wip: still broken

This commit is contained in:
2025-11-06 17:14:39 -05:00
parent 717e8c452d
commit 6561e37119
3 changed files with 32 additions and 16 deletions

View File

@@ -8,7 +8,7 @@
isNixOS,
...
}: {
imports = map (module: import module { inherit lib pkgs dirs userName userEmail ghostty isNixOS; }) [
imports = [
../terminal.nix
../broswer.nix
../zellij.nix
@@ -16,9 +16,7 @@
../k9s.nix
../krew.nix
../direnv.nix
] ++ lib.optional isNixOS [
../sway.nix
];
] ++ lib.optional isNixOS ../sway.nix;
home.packages = with pkgs; [
fh