feat: add some programs to work

This commit is contained in:
Xavier Morel
2026-04-15 12:27:53 +02:00
parent 566a3fb361
commit 7279e23894
+4
View File
@@ -22,6 +22,7 @@
}; };
}; };
archetype.general.enable = true; archetype.general.enable = true;
feature.gaming.enable = true;
feature.fonts.enable = true; feature.fonts.enable = true;
feature.virtualisation.enable = true; feature.virtualisation.enable = true;
}; };
@@ -101,6 +102,7 @@
power-profiles-daemon.enable = true; power-profiles-daemon.enable = true;
tailscale.enable = true; tailscale.enable = true;
tailscale.useRoutingFeatures = "client"; tailscale.useRoutingFeatures = "client";
}; };
environment.systemPackages = [ environment.systemPackages = [
pkgs.cachix pkgs.cachix
@@ -110,6 +112,8 @@
pkgs.bottles pkgs.bottles
pkgs.podman pkgs.podman
pkgs.podman-compose pkgs.podman-compose
pkgs.easyeffects
] ]
++ [ ++ [
( (