summaryrefslogtreecommitdiff
path: root/users
diff options
context:
space:
mode:
Diffstat (limited to 'users')
-rw-r--r--users/bee/default.nix6
-rw-r--r--users/common.nix2
2 files changed, 4 insertions, 4 deletions
diff --git a/users/bee/default.nix b/users/bee/default.nix
index 32cd026..242afa5 100644
--- a/users/bee/default.nix
+++ b/users/bee/default.nix
@@ -56,12 +56,12 @@
hyprland.enable = true;
mango.enable = false;
eyeCandy = {
- animations.enable = true;
+ animations.enable = false;
window = {
- blur.enable = true;
+ blur.enable = false;
blur.radius = 10;
blur.passes = 3;
- opacity = 0.87;
+ # opacity = 0.87;
shadows.enable = true;
};
};
diff --git a/users/common.nix b/users/common.nix
index ff7652e..6dca3c1 100644
--- a/users/common.nix
+++ b/users/common.nix
@@ -141,7 +141,7 @@ in
fastfetch
imagemagick
clang
- gpu-screen-recorder
unzip
+ gamma-launcher
];
}