diff options
| author | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2025-09-01 15:44:29 -0500 |
|---|---|---|
| committer | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2025-09-01 15:44:29 -0500 |
| commit | eb4c6fa1ba1e3a3bfe2291727bc89e0928139b8e (patch) | |
| tree | f1c7ffb5e124c12ba3e33587efdf391e9b144dc4 /hosts/jupiter | |
| parent | 49d6eba0669d113143927b7fc547e24e24546bbd (diff) | |
add iosevka font
Diffstat (limited to 'hosts/jupiter')
| -rw-r--r-- | hosts/jupiter/system.nix | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/hosts/jupiter/system.nix b/hosts/jupiter/system.nix index 1c63845..b82f70a 100644 --- a/hosts/jupiter/system.nix +++ b/hosts/jupiter/system.nix @@ -18,8 +18,11 @@ systemd.network.wait-online.enable = false; # fix for weird wifi issue + # music stuff services.pipewire.jack.enable = true; - environment.systemPackages = with pkgs; [puredata vital helvum]; + environment.systemPackages = with pkgs; [vital helvum]; + + fonts.packages = [pkgs.nerd-fonts.iosevka]; system.stateVersion = "25.05"; } |
