aboutsummaryrefslogtreecommitdiff
path: root/home-manager/homeModules/stylix.nix
diff options
context:
space:
mode:
authorspl3g <spleefer6@yandex.ru>2025-08-22 22:30:42 +0500
committerspl3g <spleefer6@yandex.ru>2025-08-22 22:40:09 +0500
commit3f9397392c83744e9210e3ecc268eb20a46a95ed (patch)
tree15c72eb6cb5d8a40fc3f31352144fd98a3a385e2 /home-manager/homeModules/stylix.nix
parent837b122e957409fd5128b7b8d1de37f752d8db2a (diff)
feat(stylix): remove opacity settings and change the terminal font
Diffstat (limited to 'home-manager/homeModules/stylix.nix')
-rw-r--r--home-manager/homeModules/stylix.nix3
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";