From 2b1e3ac9b7b3b5d28152e4be95d0a14bfb2b5daa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Av=C3=A9?= Date: Sun, 10 May 2026 19:00:09 +0700 Subject: [PATCH] Switch to swaybg --- home/Arendia.nix | 1 + home/niri/default.nix | 14 +------------- 2 files changed, 2 insertions(+), 13 deletions(-) diff --git a/home/Arendia.nix b/home/Arendia.nix index 06c7c17..2b225ad 100644 --- a/home/Arendia.nix +++ b/home/Arendia.nix @@ -27,6 +27,7 @@ in { home.packages = with pkgs; [ rclone uv + claude-code awscli2 distrobox gnome-disk-utility diff --git a/home/niri/default.nix b/home/niri/default.nix index 49ff05d..28e0f16 100644 --- a/home/niri/default.nix +++ b/home/niri/default.nix @@ -53,18 +53,6 @@ in { # Since native Home Manager doesn't have a programs.niri module yet, # we generate the KDL configuration file directly. - services.hyprpaper = { - enable = true; - settings = { - ipc = "off"; - splash = false; - wallpaper = { - path = "${../hyprland/files/wallpaper.png}"; - monitor = ""; - }; - }; - }; - programs.hyprlock = { enable = true; settings = { @@ -97,7 +85,7 @@ in { }; xdg.configFile."niri/config.kdl".text = '' - spawn-at-startup "${pkgs.hyprpaper}/bin/hyprpaper" + spawn-at-startup "${pkgs.swaybg}/bin/swaybg" "-i" "${../hyprland/files/wallpaper.png}" "-m" "fill" spawn-at-startup "foot" "--server" spawn-at-startup "ags" "run" spawn-at-startup "${pkgs.mate-polkit}/bin/polkit-mate"