update: misc

This commit is contained in:
lily 2025-03-29 21:56:46 -04:00
parent 6a3dd58475
commit dafd7d86da
14 changed files with 75 additions and 513 deletions

View file

@ -25,12 +25,10 @@
];
lily = {
users.lily.enable = true;
laptop.enable = true;
common.enable = true;
containers = {
enable = true;
podman = true;
# docker = false;
docker = true;
};
nvidia.enable = true;
desktop = {
@ -64,7 +62,6 @@
platformOptimizations.enable = true;
localNetworkGameTransfers.openFirewall = true;
gamescopeSession.enable = true;
extraCompatPackages = let gamePkgs = inputs.nix-gaming.packages.${pkgs.hostPlatform.system}; in [pkgs.proton-ge-bin gamePkgs.northstar-proton];
};
};