diff options
| author | Linnea Gräf <nea@nea.moe> | 2025-04-14 12:30:29 +0200 |
|---|---|---|
| committer | Linnea Gräf <nea@nea.moe> | 2025-04-14 12:30:29 +0200 |
| commit | 7c08e09a9bf7c21ec318c40db59e99cf2577a3ef (patch) | |
| tree | b4a6fa16121e4360a11c188a6cb3bb985c6a43d5 /srv | |
| parent | 48cbda362c635e42abb4b37950b9fce1f7b543e9 (diff) | |
| download | nix-infra-7c08e09a9bf7c21ec318c40db59e99cf2577a3ef.tar.gz nix-infra-7c08e09a9bf7c21ec318c40db59e99cf2577a3ef.tar.bz2 nix-infra-7c08e09a9bf7c21ec318c40db59e99cf2577a3ef.zip | |
snapshot: Mo 14. Apr 12:30:29 CEST 2025
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 |
