This commit is contained in:
danny 2026-01-08 15:37:13 +08:00
parent ea118b7995
commit d036cf224a
3 changed files with 4 additions and 6 deletions

6
flake.lock generated
View file

@ -1745,11 +1745,11 @@
"systems": "systems_9" "systems": "systems_9"
}, },
"locked": { "locked": {
"lastModified": 1767369300, "lastModified": 1767847386,
"narHash": "sha256-QV+tdP2bS+PJBcp4YHhqpMTzcxsxGaS/d6cKMCJ4PnA=", "narHash": "sha256-S8lf6YtZpJQaq38GCuao+h7LnNYFVvTpI70lNevk5xM=",
"owner": "notashelf", "owner": "notashelf",
"repo": "nvf", "repo": "nvf",
"rev": "9c75c2a199af39fc95fb203636ce97d070ca3973", "rev": "317877430a36e2e449405aaea30788119791dedc",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -20,6 +20,7 @@ in
imports = [ imports = [
../../modules/presets/basic.nix ../../modules/presets/basic.nix
../../modules/virtualization.nix
./common ./common
./games ./games
./sops ./sops

View file

@ -69,9 +69,6 @@ in
# Xbox controller # Xbox controller
xpadneo.enable = true; xpadneo.enable = true;
# Xbox USB dongle
xone.enable = true;
}; };
boot.extraModulePackages = with config.boot.kernelPackages; [ boot.extraModulePackages = with config.boot.kernelPackages; [