From 241e40ad8023922be73213a518c9624f737de066 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sun, 1 Mar 2026 18:31:32 +0530 Subject: Change font --- configuration.nix | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'configuration.nix') diff --git a/configuration.nix b/configuration.nix index 7f94e62..5ce909c 100644 --- a/configuration.nix +++ b/configuration.nix @@ -15,6 +15,7 @@ ./modules/sound ./modules/notifications ./modules/kakoune + ./modules/tmux # ./modules/ai ]; @@ -123,6 +124,9 @@ enable = true; autorun = false; displayManager.startx.enable = true; + # Keyboard config + autoRepeatDelay = 350; + autoRepeatInterval = 30; }; services.libinput = { enable = true; @@ -134,6 +138,8 @@ fonts.packages = with pkgs; [ # nerd-fonts._3270 nerd-fonts.jetbrains-mono + miracode + monocraft cozette noto-fonts-color-emoji inter @@ -163,7 +169,7 @@ auto-optimise-store = true; }; nix.gc = { - automatic = true; + automatic = false; dates = "weekly"; }; nix.extraOptions = '' -- cgit v1.3.1