diff options
| author | beeb5k <beebeeb5k@gmail.com> | 2026-06-17 13:23:43 +0530 |
|---|---|---|
| committer | beeb5k <beebeeb5k@gmail.com> | 2026-06-17 13:23:43 +0530 |
| commit | f1d30adc192df38fe8f6cd50cb2eae048789459b (patch) | |
| tree | 687f4b25e544779a89a986d626d9eaf2acdc9284 /common/modules/window_managers/default.nix | |
| parent | 69d65e07cd5f88175db7a47011ee862480567eae (diff) | |
Niri config stuff and enable eyecandy and make ghostty default term
Diffstat (limited to 'common/modules/window_managers/default.nix')
| -rw-r--r-- | common/modules/window_managers/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/modules/window_managers/default.nix b/common/modules/window_managers/default.nix index e74d505..547e2c8 100644 --- a/common/modules/window_managers/default.nix +++ b/common/modules/window_managers/default.nix @@ -65,7 +65,7 @@ in }; opacity = lib.mkOption { type = lib.types.number; - default = 0.87; + default = 0.90; description = "Window opacity"; }; }; |
