feat: try out walker
This commit is contained in:
parent
8952984da2
commit
baa0921be0
8 changed files with 152 additions and 3 deletions
|
|
@ -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
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue