diff --git a/hosts/work/configuration.nix b/hosts/work/configuration.nix index 2ca8544..ebda8e3 100644 --- a/hosts/work/configuration.nix +++ b/hosts/work/configuration.nix @@ -22,6 +22,7 @@ }; }; archetype.general.enable = true; + feature.gaming.enable = true; feature.fonts.enable = true; feature.virtualisation.enable = true; }; @@ -101,6 +102,7 @@ power-profiles-daemon.enable = true; tailscale.enable = true; tailscale.useRoutingFeatures = "client"; + }; environment.systemPackages = [ pkgs.cachix @@ -110,6 +112,8 @@ pkgs.bottles pkgs.podman pkgs.podman-compose + + pkgs.easyeffects ] ++ [ (