diff options
| author | spl3g <spleefer6@yandex.ru> | 2025-08-22 22:30:42 +0500 |
|---|---|---|
| committer | spl3g <spleefer6@yandex.ru> | 2025-08-22 22:40:09 +0500 |
| commit | 3f9397392c83744e9210e3ecc268eb20a46a95ed (patch) | |
| tree | 15c72eb6cb5d8a40fc3f31352144fd98a3a385e2 | |
| parent | 837b122e957409fd5128b7b8d1de37f752d8db2a (diff) | |
feat(stylix): remove opacity settings and change the terminal font
| -rw-r--r-- | home-manager/homeModules/stylix.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/home-manager/homeModules/stylix.nix b/home-manager/homeModules/stylix.nix index 2001950..604307d 100644 --- a/home-manager/homeModules/stylix.nix +++ b/home-manager/homeModules/stylix.nix @@ -2,7 +2,7 @@ { imports = [ - inputs.stylix.homeManagerModules.stylix + inputs.stylix.homeModules.stylix ]; options = { @@ -48,6 +48,7 @@ }; fonts = { + sizes.terminal = 11; serif = { package = pkgs.noto-fonts; name = "Noto Serif"; |
