This commit is contained in:
ediblerope 2026-05-13 20:40:38 +01:00
parent 5a34446de8
commit 6938f4113a
2 changed files with 3 additions and 0 deletions

View file

@ -5,6 +5,8 @@ let
in in
{ {
home.stateVersion = "25.11"; home.stateVersion = "25.11";
systemd.user.services.hyprpaper.enable = lib.mkForce false;
home.packages = with pkgs; [ home.packages = with pkgs; [
# #

View file

@ -91,6 +91,7 @@
"nm-applet --indicator" "nm-applet --indicator"
"wl-paste --type text --watch cliphist store" "wl-paste --type text --watch cliphist store"
"wl-paste --type image --watch cliphist store" "wl-paste --type image --watch cliphist store"
"hyprpaper"
"hyprctl setcursor Bibata-Modern-Ice 24" "hyprctl setcursor Bibata-Modern-Ice 24"
]; ];