2: Enabled hyprland and changed hyprpaper wallpaper name
This commit is contained in:
parent
60984775a2
commit
0fccf3f7c2
@ -8,7 +8,7 @@
|
|||||||
./browsers.nix
|
./browsers.nix
|
||||||
./productivity.nix
|
./productivity.nix
|
||||||
./media.nix
|
./media.nix
|
||||||
#./hyprland/hyprland.nix
|
./hyprland/hyprland.nix
|
||||||
./gaming.nix
|
./gaming.nix
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
@ -115,7 +115,7 @@
|
|||||||
"$mod" = "SUPER";
|
"$mod" = "SUPER";
|
||||||
"$terminal" = "kitty";
|
"$terminal" = "kitty";
|
||||||
"$files" = "dolphin";
|
"$files" = "dolphin";
|
||||||
"$menu" = "rofi -show run";
|
"$menu" = "walker";
|
||||||
bind =
|
bind =
|
||||||
[
|
[
|
||||||
"$mod, Return, exec, $terminal"
|
"$mod, Return, exec, $terminal"
|
||||||
|
|||||||
@ -2,8 +2,8 @@
|
|||||||
services.hyprpaper = {
|
services.hyprpaper = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
preload = ["/home/uzair/Pictures/nix-mocha.png"];
|
preload = ["/home/uzair/Pictures/nix-wallpaper-catppuccin-mocha"];
|
||||||
wallpaper = [", /home/uzair/Pictures/nix-mocha.png"];
|
wallpaper = [", /home/uzair/Pictures/nix-wallpaper-catppuccin-mocha"];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@ -3,7 +3,6 @@
|
|||||||
./bootloader.nix
|
./bootloader.nix
|
||||||
./powerManagement.nix
|
./powerManagement.nix
|
||||||
./wireless.nix
|
./wireless.nix
|
||||||
#./wayland.nix
|
|
||||||
./syncthing.nix
|
./syncthing.nix
|
||||||
./kdePlasma.nix
|
./kdePlasma.nix
|
||||||
./media.nix
|
./media.nix
|
||||||
@ -19,5 +18,6 @@
|
|||||||
./printing.nix
|
./printing.nix
|
||||||
./yubikey.nix
|
./yubikey.nix
|
||||||
./steam.nix
|
./steam.nix
|
||||||
|
./hyprland.nix
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user