diff options
| author | spl3g <spleefer6@yandex.ru> | 2025-08-12 00:53:44 +0500 |
|---|---|---|
| committer | spl3g <spleefer6@yandex.ru> | 2025-08-12 00:53:44 +0500 |
| commit | ca6f8561c0af51f86fdd576b6dca27cc15239230 (patch) | |
| tree | fec6453e8ac780d02f64e08b6d3973b7b2e7e524 | |
| parent | f7746d1482f499257dafc87be27154832edf3781 (diff) | |
feat(stylix): remove terminal opacity
| -rw-r--r-- | home-manager/homeModules/stylix.nix | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/home-manager/homeModules/stylix.nix b/home-manager/homeModules/stylix.nix index 489cfe9..2001950 100644 --- a/home-manager/homeModules/stylix.nix +++ b/home-manager/homeModules/stylix.nix @@ -38,11 +38,6 @@ }; polarity = "dark"; - - opacity = { - terminal = 0.7; - # applications = 0.7; - }; base16Scheme = "${pkgs.base16-schemes}/share/themes/${config.stylixConfig.theme}.yaml"; image = config.wallpaper; |
