From 7279e23894ae617270ef5175df70c41992da96ab Mon Sep 17 00:00:00 2001 From: Xavier Morel Date: Wed, 15 Apr 2026 12:27:53 +0200 Subject: [PATCH] feat: add some programs to work --- hosts/work/configuration.nix | 4 ++++ 1 file changed, 4 insertions(+) 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 ] ++ [ (