diff --git a/flake.nix b/flake.nix index e965023..5930e87 100644 --- a/flake.nix +++ b/flake.nix @@ -1,6 +1,6 @@ # flake for blakes nixos config # define new devices in outputs -# generation: 79 current 2025-10-08 00:28:08 25.05.20251001.5b5be50 6.12.49 * +# generation: 80 current 2025-10-08 10:53:26 25.05.20251001.5b5be50 6.12.49 * { description = "blakes nix config"; inputs = { diff --git a/hosts/snowbelle/configuration.nix b/hosts/snowbelle/configuration.nix index d383fc1..6be7050 100644 --- a/hosts/snowbelle/configuration.nix +++ b/hosts/snowbelle/configuration.nix @@ -70,6 +70,7 @@ # package install list environment.systemPackages = with pkgs; [ vim + lf rsync wget git @@ -78,7 +79,6 @@ neofetch btop age - nvidia-container-toolkit ];