2: Fixed hyprpaper wallpaper path and disabled hyprland again lol
This commit is contained in:
parent
0fccf3f7c2
commit
243f8613c7
@ -8,7 +8,7 @@
|
||||
./browsers.nix
|
||||
./productivity.nix
|
||||
./media.nix
|
||||
./hyprland/hyprland.nix
|
||||
#./hyprland/hyprland.nix
|
||||
./gaming.nix
|
||||
];
|
||||
}
|
||||
|
||||
@ -23,8 +23,8 @@
|
||||
pkgs.wl-clipboard
|
||||
pkgs.playerctl
|
||||
|
||||
pkgs.libsForQt5.qt5ct
|
||||
pkgs.kdePackages.qt6ct
|
||||
pkgs.libsForQt5.qt5.qtwayland
|
||||
pkgs.kdePackages.qtwayland
|
||||
];
|
||||
|
||||
wayland.windowManager.hyprland = {
|
||||
|
||||
@ -2,8 +2,8 @@
|
||||
services.hyprpaper = {
|
||||
enable = true;
|
||||
settings = {
|
||||
preload = ["/home/uzair/Pictures/nix-wallpaper-catppuccin-mocha"];
|
||||
wallpaper = [", /home/uzair/Pictures/nix-wallpaper-catppuccin-mocha"];
|
||||
preload = ["/home/uzair/Pictures/nix-wallpaper-catppuccin-mocha.png"];
|
||||
wallpaper = [", /home/uzair/Pictures/nix-wallpaper-catppuccin-mocha.png"];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
@ -18,6 +18,6 @@
|
||||
./printing.nix
|
||||
./yubikey.nix
|
||||
./steam.nix
|
||||
./hyprland.nix
|
||||
#./hyprland.nix
|
||||
];
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user