diff options
| author | Oromis Foxtail <qwertman783@outlook.com> | 2026-04-23 18:58:17 +0200 |
|---|---|---|
| committer | Oromis Foxtail <qwertman783@outlook.com> | 2026-04-23 18:58:17 +0200 |
| commit | 78e9b0b3f3cb39e4e166d489fe5218fe99d7ffd5 (patch) | |
| tree | e6fe5e3db412f7f8d322674f2aed8918b3d3467f /home/rices/cinnamon/system.nix | |
| parent | 4d0f59f9580ff62d9b4b2c7aeed23632840d1679 (diff) | |
added gnome screenshot to cinnamon
Diffstat (limited to 'home/rices/cinnamon/system.nix')
| -rw-r--r-- | home/rices/cinnamon/system.nix | 9 |
1 files changed, 1 insertions, 8 deletions
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; }; } |
