diff options
| author | Akshay Nair <phenax5@gmail.com> | 2026-03-01 18:31:32 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2026-03-01 18:35:18 +0530 |
| commit | 241e40ad8023922be73213a518c9624f737de066 (patch) | |
| tree | 5f47daadcca38c43f72eaf2bdb019b47a5636c01 /configuration.nix | |
| parent | 0ae7cfc4746d7934fbea947388151b1818cdba87 (diff) | |
| download | nixos-config-241e40ad8023922be73213a518c9624f737de066.tar.gz nixos-config-241e40ad8023922be73213a518c9624f737de066.zip | |
Change font
Diffstat (limited to 'configuration.nix')
| -rw-r--r-- | configuration.nix | 8 |
1 files changed, 7 insertions, 1 deletions
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 = '' |
