From 78e9b0b3f3cb39e4e166d489fe5218fe99d7ffd5 Mon Sep 17 00:00:00 2001 From: Oromis Foxtail Date: Thu, 23 Apr 2026 18:58:17 +0200 Subject: added gnome screenshot to cinnamon --- home/rices/cinnamon/system.nix | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'home/rices') diff --git a/home/rices/cinnamon/system.nix b/home/rices/cinnamon/system.nix index 5800da1..96aa1f1 100644 --- a/home/rices/cinnamon/system.nix +++ b/home/rices/cinnamon/system.nix @@ -13,6 +13,7 @@ in { environment.systemPackages = with pkgs; [ xorg.xrandr xclip + gnome-screenshot ]; stylix = { @@ -44,14 +45,6 @@ in { desktop = 11; }; }; - - cursor = { - package = pkgs.bibata-cursors; - name = "Bibata-Modern-Classic"; - size = 24; - }; - polarity = "dark"; - targets.nixos-icons.enable = false; }; } -- cgit v1.2.3 From 4c09adc733b622d8e551d2053148036a861757b6 Mon Sep 17 00:00:00 2001 From: Natasha Moongrave Date: Sat, 25 Apr 2026 20:29:03 +0200 Subject: removed abandoned browser import in schrott config --- home/rices/schrottkatze/home.nix | 1 - 1 file changed, 1 deletion(-) (limited to 'home/rices') diff --git a/home/rices/schrottkatze/home.nix b/home/rices/schrottkatze/home.nix index 62d9aeb..4dc6dfb 100644 --- a/home/rices/schrottkatze/home.nix +++ b/home/rices/schrottkatze/home.nix @@ -4,7 +4,6 @@ ./notifications.nix ./fuzzel.nix ./swayidle.nix - ./browser.nix ./niri.nix ./eww.nix # ./layaway.nix -- cgit v1.2.3