diff options
| author | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2025-12-19 15:18:07 -0600 |
|---|---|---|
| committer | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2025-12-19 15:18:07 -0600 |
| commit | 5a5b183373c3732d96bb834b3ba0fcf2e88e590f (patch) | |
| tree | b3d2c156ce324b74dccf7ace25378da1aeaf1662 /hosts | |
| parent | dc7924e971b76ee56f5724cab127535e90d3ba07 (diff) | |
various changes
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/jupiter/nixos.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/jupiter/nixos.nix b/hosts/jupiter/nixos.nix index 268b2bc..86d5a6e 100644 --- a/hosts/jupiter/nixos.nix +++ b/hosts/jupiter/nixos.nix @@ -20,7 +20,7 @@ # music stuff services.pipewire.jack.enable = true; - environment.systemPackages = with pkgs; [vital helvum]; + environment.systemPackages = with pkgs; [vital helvum bambu-studio]; fonts.packages = [pkgs.nerd-fonts.iosevka]; |
