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
./productivity.nix
./media.nix
#./hyprland/hyprland.nix
./hyprland/hyprland.nix
./gaming.nix
];
}

View File

@ -115,7 +115,7 @@
"$mod" = "SUPER";
"$terminal" = "kitty";
"$files" = "dolphin";
"$menu" = "rofi -show run";
"$menu" = "walker";
bind =
[
"$mod, Return, exec, $terminal"

View File

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

View File

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