2: Enabled hyprland and changed hyprpaper wallpaper name

This commit is contained in:
uzy lol 2025-02-13 21:15:12 -08:00
parent 60984775a2
commit 0fccf3f7c2
5 changed files with 5 additions and 5 deletions

View File

@ -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
]; ];
} }

View File

@ -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"

View File

@ -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"];
}; };
}; };
} }

View File

@ -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
]; ];
} }