aboutsummaryrefslogtreecommitdiff
path: root/home
diff options
context:
space:
mode:
Diffstat (limited to 'home')
-rw-r--r--home/rices/cinnamon/system.nix9
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;
};
}