Fix unfree if no input is provided, more jupiter changes
This commit is contained in:
parent
656a067a33
commit
d4da3e84e5
5 changed files with 42 additions and 24 deletions
21
hosts/jupiter/jovian/default.nix
Normal file
21
hosts/jupiter/jovian/default.nix
Normal file
|
@ -0,0 +1,21 @@
|
|||
{ config, jovian, ... }:
|
||||
{
|
||||
imports = [ jovian.nixosModules.jovian ];
|
||||
|
||||
jovian = {
|
||||
steam = {
|
||||
enable = true;
|
||||
user = config.sysusers.main;
|
||||
};
|
||||
devices.steamdeck.enable = true;
|
||||
hardware.has.amd.gpu = true;
|
||||
decky-loader.enable = true;
|
||||
};
|
||||
|
||||
nixpkgs.allowUnfreePackages = [
|
||||
"steam"
|
||||
"steam-jupiter-unwrapped"
|
||||
"steamdeck-firmware"
|
||||
"steamdeck-hw-theme"
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue