24.05 -> 24.11 beta

- switching to NixOS 24.11 family of inputs
- after th branchoff, no channel bump or home-manager release has been
made yet, thus pointing towards some preliminary branches so far
- had to disable a few packages for now
This commit is contained in:
Trolli Schmittlauch 2024-11-15 00:57:05 +01:00
parent 81eaea946c
commit 1d4666739c
5 changed files with 32 additions and 31 deletions

View file

@ -42,7 +42,7 @@ in
# Some programs need SUID wrappers, can be configured further or are
# started in user sessions.
programs.bash.enableCompletion = true;
programs.bash.completion.enable = true;
programs.wireshark = {
enable = true;
package = pkgs.wireshark;