hyprland homemnerger needs to be enabled for it to make the config lol
This commit is contained in:
parent
e9b6f6bd16
commit
1a2ae0c292
|
@ -30,6 +30,7 @@
|
|||
home-manager.users.joy.services.cliphist.enable = true;
|
||||
|
||||
home-manager.users.joy.wayland.windowManager.hyprland = {
|
||||
enable = true;
|
||||
settings = {
|
||||
"$mod" = "SUPER";
|
||||
"$sciPath" = "~/nix/modules/hypr/hyprland/scripts";
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
{
|
||||
imports = [
|
||||
./qt
|
||||
# ./stylix
|
||||
./gtk
|
||||
./stylix
|
||||
./qt
|
||||
./font
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue