diff --git a/modules/desktops/hyprland-desktop.nix b/modules/desktops/hyprland-desktop.nix index 636c6d2..9452904 100644 --- a/modules/desktops/hyprland-desktop.nix +++ b/modules/desktops/hyprland-desktop.nix @@ -103,10 +103,8 @@ waybar # Status bar/panel rofi # Application launcher and dmenu replacement (rofi has native wayland support) mako # Notification daemon - hyprpaper # Wallpaper daemon hyprlock # Screen lock utility hyprpicker # Color picker - hyprsunset # Night mode # ---- CLIPBOARD & INPUT ---- wl-clipboard # Clipboard utilities for Wayland @@ -117,7 +115,6 @@ blueman # Bluetooth manager with system tray networkmanagerapplet # Network management system tray brightnessctl # Screen brightness control (laptops) - wlsunset # Blue light filter/night mode # ---- SCREENSHOT & RECORDING ---- grim # Screenshot tool for Wayland diff --git a/modules/hm/hyprland.nix b/modules/hm/hyprland.nix index d61e1e9..d29092e 100644 --- a/modules/hm/hyprland.nix +++ b/modules/hm/hyprland.nix @@ -6,9 +6,6 @@ in { enable = true; settings = { exec-once = [ - "hyprpaper" - "hypridle" - "hyprsunset" "hyprctl setcursor capitaine-cursors-white 32" # Set mouse cursor "wl-paste --type text --watch cliphist store" # Stores only text data "wl-paste --type image --watch cliphist store" # Stores only image data