feat: Changes to steamdeck configs

This commit is contained in:
uttarayan21
2025-05-04 02:19:14 +05:30
parent 3a2b8f079c
commit 90fb9bcc6b
6 changed files with 9 additions and 4 deletions

View File

@@ -291,7 +291,7 @@
extraSpecialArgs = {
inherit inputs;
};
modules = [{nixpkgs.config.allowUnfree = true;} ./deck.nix];
modules = [{nixpkgs.config.allowUnfree = true;} ./steamdeck];
};
};