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
|
./browsers.nix
|
||||||
./productivity.nix
|
./productivity.nix
|
||||||
./media.nix
|
./media.nix
|
||||||
./hyprland/hyprland.nix
|
#./hyprland/hyprland.nix
|
||||||
./gaming.nix
|
./gaming.nix
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
@ -23,8 +23,8 @@
|
|||||||
pkgs.wl-clipboard
|
pkgs.wl-clipboard
|
||||||
pkgs.playerctl
|
pkgs.playerctl
|
||||||
|
|
||||||
pkgs.libsForQt5.qt5ct
|
pkgs.libsForQt5.qt5.qtwayland
|
||||||
pkgs.kdePackages.qt6ct
|
pkgs.kdePackages.qtwayland
|
||||||
];
|
];
|
||||||
|
|
||||||
wayland.windowManager.hyprland = {
|
wayland.windowManager.hyprland = {
|
||||||
|
|||||||
@ -2,8 +2,8 @@
|
|||||||
services.hyprpaper = {
|
services.hyprpaper = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
preload = ["/home/uzair/Pictures/nix-wallpaper-catppuccin-mocha"];
|
preload = ["/home/uzair/Pictures/nix-wallpaper-catppuccin-mocha.png"];
|
||||||
wallpaper = [", /home/uzair/Pictures/nix-wallpaper-catppuccin-mocha"];
|
wallpaper = [", /home/uzair/Pictures/nix-wallpaper-catppuccin-mocha.png"];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@ -18,6 +18,6 @@
|
|||||||
./printing.nix
|
./printing.nix
|
||||||
./yubikey.nix
|
./yubikey.nix
|
||||||
./steam.nix
|
./steam.nix
|
||||||
./hyprland.nix
|
#./hyprland.nix
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user