feat: try out walker

This commit is contained in:
Barrett Ruth 2026-02-14 10:50:20 -05:00
parent 8952984da2
commit baa0921be0
Signed by: barrett
GPG key ID: A6C96C9349D2FC81
8 changed files with 152 additions and 3 deletions

View file

@ -3,6 +3,7 @@
config,
pkgs,
hostConfig,
walker,
...
}:
@ -18,6 +19,7 @@
./modules/packages.nix
]
++ lib.optionals hostConfig.isLinux [
walker.homeManagerModules.default
./modules/hyprland.nix
./modules/ui.nix
];