This commit is contained in:
2025-08-05 14:22:23 +02:00
parent a465bf05da
commit a3ab6fe328
4 changed files with 7 additions and 9 deletions

View File

@@ -58,12 +58,9 @@
'';
};
environment.systemPackages =
with pkgs;
[
agenix.packages."${pkgs.system}".default
]
++ (import ./packages.nix { inherit pkgs; });
environment.systemPackages = with pkgs; [
agenix.packages."${pkgs.system}".default
];
programs.fish.enable = true;