fix(koumakyou): boot to gamescope
This commit is contained in:
parent
0fe831c218
commit
2d2895949b
2 changed files with 17 additions and 9 deletions
|
@ -1,4 +1,8 @@
|
|||
{ jovian, ... }: {
|
||||
imports = [
|
||||
jovian.nixosModules.jovian
|
||||
];
|
||||
|
||||
jovian = {
|
||||
hardware.has.amd.gpu = true;
|
||||
steamos.useSteamOSConfig = true;
|
||||
|
@ -6,6 +10,8 @@
|
|||
|
||||
steam = {
|
||||
enable = true;
|
||||
autoStart = true;
|
||||
desktopSession = "sway";
|
||||
user = "app";
|
||||
};
|
||||
};
|
||||
|
@ -14,9 +20,7 @@
|
|||
".steam" ".local/share/Steam" ".config/gamescope"
|
||||
];
|
||||
|
||||
imports = [
|
||||
jovian.nixosModules.jovian
|
||||
];
|
||||
programs.regreet.enable = false;
|
||||
} // {
|
||||
#users.users.decky.uid = 514;
|
||||
#users.groups.decky.gid = 514;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue