add unfree
This commit is contained in:
parent
2d5a1a68eb
commit
813be14942
1 changed files with 4 additions and 0 deletions
|
|
@ -15,6 +15,10 @@
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
|
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
|
||||||
|
"steamdeck-hw-theme"
|
||||||
|
];
|
||||||
|
|
||||||
services.xserver.windowManager.i3.enable = true;
|
services.xserver.windowManager.i3.enable = true;
|
||||||
|
|
||||||
jovian.steam = {
|
jovian.steam = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue