Do some more rearranging and moving and accept risk on gamemode
This commit is contained in:
parent
c41543edcf
commit
02a284fe90
6 changed files with 21 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
{ config, lib, pkgs, jovian, ... }:
|
||||
{
|
||||
imports = [ jovian.nixosModules.jovian ];
|
||||
imports = [ jovian.nixosModules.default ];
|
||||
|
||||
options.system.steamdeck.enable = lib.mkEnableOption "Jovian NixOS environment";
|
||||
|
||||
|
@ -22,7 +22,10 @@
|
|||
};
|
||||
};
|
||||
|
||||
boot.kernelPackages = lib.mkForce pkgs.linuxPackages_jovian;
|
||||
boot = {
|
||||
kernelPackages = lib.mkForce pkgs.linuxPackages_jovian;
|
||||
kernelParams = ["amd_pstate=active"];
|
||||
};
|
||||
|
||||
programs.steam.extest.enable = true;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue