[Hyprland] Switch to hyprpaper instead of wpaperd because the latter causes up-side-down images
This commit is contained in:
@@ -26,7 +26,7 @@ in
|
||||
"/features/3d-printing.nix"
|
||||
]
|
||||
++ [
|
||||
(import ../../../home-manager/features/wallpaper.nix monitors)
|
||||
(import ../../../home-manager/features/hyprpaper.nix monitors)
|
||||
];
|
||||
|
||||
home = {
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
"/features/notes.nix"
|
||||
]
|
||||
++ [
|
||||
(import ../../../home-manager/features/wallpaper.nix [ "HDMI-A-1" ])
|
||||
(import ../../../home-manager/features/hyprpaper.nix [ "HDMI-A-1" ])
|
||||
];
|
||||
|
||||
home.packages = with pkgs; [
|
||||
|
||||
Reference in New Issue
Block a user