feat(flake.nix): update Nixpkgs and Home Manager to 24.11

Updated the Nixpkgs and Home Manager inputs from 24.05 to 24.11. Removed the attic module and its dependencies, added mnw to neovim-flake. Refined Neovim configuration by disabling nvimCodeActionMenu and optimizing other settings.
This commit is contained in:
Harald Hoyer 2024-11-28 08:53:56 +01:00
parent de533e61a0
commit 23acb92b3b
5 changed files with 52 additions and 157 deletions

View file

@ -62,15 +62,9 @@ in
#security.tpm2.pkcs11.enable = true;
# Enable sound with pipewire.
sound.enable = true;
hardware.pulseaudio.enable = false;
hardware.opengl = {
enable = true;
driSupport = true;
driSupport32Bit = true;
extraPackages = with pkgs; [
onevpl-intel-gpu
intel-compute-runtime