diff options
| author | caley <195605706+cqley@users.noreply.github.com> | 2026-07-20 02:15:25 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-07-20 02:15:25 +0200 |
| commit | e18cadf1fa38c7ba9982d0d4a9ad0fe731a24651 (patch) | |
| tree | bf9560dea47bc4ef6bb7e9a579a02c7d53dc1899 | |
| parent | 4c56889444f9b5d4d3b16adfaa3da8095335346a (diff) | |
Update configuration.nix
| -rw-r--r-- | nixos/hosts/box/configuration.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/nixos/hosts/box/configuration.nix b/nixos/hosts/box/configuration.nix index f32f86b..0b723c2 100644 --- a/nixos/hosts/box/configuration.nix +++ b/nixos/hosts/box/configuration.nix @@ -86,10 +86,11 @@ jack.enable = true; }; + services.mullvad-vpn.enable = true; + services.udisks2.enable = true; programs.hyprland.enable = true; programs.fish.enable = true; programs.dconf.enable = true; - services.udisks2.enable = true; programs.steam.enable = true; programs.steam.extraCompatPackages = with pkgs; [ proton-ge-bin |
