change steamdeck

This commit is contained in:
2023-09-26 17:53:11 +02:00
parent 4a3aac6419
commit 1722a479c3
2 changed files with 7 additions and 1 deletions

View File

@@ -23,12 +23,13 @@
]; ];
services.xserver.windowManager.i3.enable = true; services.xserver.windowManager.i3.enable = true;
programs.sway.enable = true;
jovian.steam = { jovian.steam = {
enable = true; enable = true;
autoStart = true; autoStart = true;
user = "dominik"; user = "dominik";
desktopSession = "i3"; desktopSession = "sway";
}; };
# Bootloader. # Bootloader.

View File

@@ -36,6 +36,11 @@
fsType = "vfat"; fsType = "vfat";
}; };
fileSystems."/run/media/sdcard" =
{ device = "/dev/disk/by-uuid/de7d0993-d547-4d9b-a99a-8a8d71fc05e2";
fsType = "ext4";
};
swapDevices = [ ]; swapDevices = [ ];
# Enables DHCP on each ethernet and wireless interface. In case of scripted networking # Enables DHCP on each ethernet and wireless interface. In case of scripted networking