fix: nvf
This commit is contained in:
parent
ea118b7995
commit
d036cf224a
3 changed files with 4 additions and 6 deletions
6
flake.lock
generated
6
flake.lock
generated
|
|
@ -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": {
|
||||||
|
|
|
||||||
|
|
@ -20,6 +20,7 @@ in
|
||||||
|
|
||||||
imports = [
|
imports = [
|
||||||
../../modules/presets/basic.nix
|
../../modules/presets/basic.nix
|
||||||
|
../../modules/virtualization.nix
|
||||||
./common
|
./common
|
||||||
./games
|
./games
|
||||||
./sops
|
./sops
|
||||||
|
|
|
||||||
|
|
@ -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; [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue