From 1722a479c3aac0c6db8fc8f472f2a8f0137096d7 Mon Sep 17 00:00:00 2001 From: Dominik Polakovics Date: Tue, 26 Sep 2023 17:53:11 +0200 Subject: [PATCH] change steamdeck --- hosts/steamdeck.cloonar.com/configuration.nix | 3 ++- hosts/steamdeck.cloonar.com/hardware-configuration.nix | 5 +++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/hosts/steamdeck.cloonar.com/configuration.nix b/hosts/steamdeck.cloonar.com/configuration.nix index 20939a6..3db9abe 100644 --- a/hosts/steamdeck.cloonar.com/configuration.nix +++ b/hosts/steamdeck.cloonar.com/configuration.nix @@ -23,12 +23,13 @@ ]; services.xserver.windowManager.i3.enable = true; + programs.sway.enable = true; jovian.steam = { enable = true; autoStart = true; user = "dominik"; - desktopSession = "i3"; + desktopSession = "sway"; }; # Bootloader. diff --git a/hosts/steamdeck.cloonar.com/hardware-configuration.nix b/hosts/steamdeck.cloonar.com/hardware-configuration.nix index b618e41..a4dac3c 100644 --- a/hosts/steamdeck.cloonar.com/hardware-configuration.nix +++ b/hosts/steamdeck.cloonar.com/hardware-configuration.nix @@ -36,6 +36,11 @@ fsType = "vfat"; }; + fileSystems."/run/media/sdcard" = + { device = "/dev/disk/by-uuid/de7d0993-d547-4d9b-a99a-8a8d71fc05e2"; + fsType = "ext4"; + }; + swapDevices = [ ]; # Enables DHCP on each ethernet and wireless interface. In case of scripted networking