diff options
Diffstat (limited to 'srv')
| -rw-r--r-- | srv/hadante/configuration.nix | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/srv/hadante/configuration.nix b/srv/hadante/configuration.nix index c0a2762..a8d2382 100644 --- a/srv/hadante/configuration.nix +++ b/srv/hadante/configuration.nix @@ -127,6 +127,14 @@ system.stateVersion = "25.05"; # Did you read the comment? + fonts.packages = with pkgs; [ + + nerd-fonts.comic-shanns-mono + nerd-fonts.blex-mono + symbola + + ]; + environment.systemPackages = with pkgs; [ neovim atuin @@ -144,10 +152,6 @@ webp-pixbuf-loader delta - nerd-fonts.comic-shanns-mono - nerd-fonts.blex-mono - symbola - wezterm vesktop |
