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