added swaytreesave flake, fixed manual import, fixed infinite recursion

This commit is contained in:
2025-12-30 21:48:46 -05:00
parent 0fa26e2840
commit e3b134e48a
5 changed files with 69 additions and 4 deletions

View File

@@ -4,6 +4,7 @@
userName,
userEmail,
ghostty,
swaytreesave,
...
}: let
# Have a file sturcture that holds all the configuration files that can't be configured by Nix
@@ -13,7 +14,7 @@
};
in {
# Import sub modules
imports = map (module: import module {inherit lib pkgs dirs userName userEmail ghostty;}) [
imports = [
./atuin.nix
./shell.nix
./packages