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

@ -20,7 +20,7 @@
enable = true;
# Replace with absolute path to your credentials file
credentialsFile = "/etc/atticd.env";
environmentFile = "/etc/atticd.env";
settings = {
api-endpoint = "https://attic.teepot.org/";