diff options
| -rw-r--r-- | home-manager/home.nix | 2 | ||||
| -rw-r--r-- | hypr/hyprland/exec_once.conf | 2 | ||||
| -rw-r--r-- | nixos/desktop-environment.nix | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/home-manager/home.nix b/home-manager/home.nix index 539eb54..4ca6224 100644 --- a/home-manager/home.nix +++ b/home-manager/home.nix @@ -60,7 +60,7 @@ in { services.greyline = { enable = true; - backend = "hyprpaper"; + backend = "swww"; fontFamily = "JetBrains Mono Nerd Font"; settings = { theme = "dark"; diff --git a/hypr/hyprland/exec_once.conf b/hypr/hyprland/exec_once.conf index ee270c7..87c8e91 100644 --- a/hypr/hyprland/exec_once.conf +++ b/hypr/hyprland/exec_once.conf @@ -3,4 +3,4 @@ exec-once = ~/.config/hypr/greyline.sh exec-once = wl-paste --watch cliphist store exec-once = qs exec-once = hyprsunset -exec-once = hyprpaper +#exec-once = hyprpaper diff --git a/nixos/desktop-environment.nix b/nixos/desktop-environment.nix index 07ff113..d63f13e 100644 --- a/nixos/desktop-environment.nix +++ b/nixos/desktop-environment.nix @@ -20,7 +20,7 @@ qt6.qtwayland catppuccin-cursors.mochaMauve grim - hyprpaper + swww hyprcursor hyprsunset hyprpicker |
