feat(desktop): move window-manager config to homes and use home-manager modules
This commit is contained in:
parent
a04688d17b
commit
9167a54ace
12 changed files with 99 additions and 86 deletions
11
homes/x86_64-linux/rafiq/desktop/window-manager/default.nix
Normal file
11
homes/x86_64-linux/rafiq/desktop/window-manager/default.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
lib,
|
||||
pkgs,
|
||||
osConfig,
|
||||
...
|
||||
}:
|
||||
{
|
||||
wayland.windowManager.hyprland.settings = import ./hyprland/settings.nix {
|
||||
inherit pkgs osConfig lib;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue