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