diff --git a/hosts/kuroko/hardware-configuration.nix b/hosts/kuroko/hardware-configuration.nix index 5bbde06..17e08dd 100644 --- a/hosts/kuroko/hardware-configuration.nix +++ b/hosts/kuroko/hardware-configuration.nix @@ -14,10 +14,12 @@ boot.extraModulePackages = [ ]; fileSystems."/" = - { device = "/dev/disk/by-uuid/2abdd540-3e44-4f48-8dc3-ac2eb6d47702"; + { device = "/dev/disk/by-uuid/cc0edda8-8932-4357-9622-e7658b5a5a6d"; fsType = "ext4"; }; + boot.initrd.luks.devices."luks-b0ba1647-1532-478b-b015-ab2abc2bc0d7".device = "/dev/disk/by-uuid/b0ba1647-1532-478b-b015-ab2abc2bc0d7"; + fileSystems."/boot" = { device = "/dev/disk/by-uuid/92D9-2113"; fsType = "vfat"; diff --git a/users/kaitotlex/de/sway/default.nix b/users/kaitotlex/de/sway/default.nix index a78988e..d5bdb64 100644 --- a/users/kaitotlex/de/sway/default.nix +++ b/users/kaitotlex/de/sway/default.nix @@ -53,12 +53,13 @@ window = { border = 3; titlebar = false; - #startup = [ - #{ - # command = "swaybg -i /home/kaitotlex/Pictures/bg.png"; - # } - #]; }; + startup = [ + { + always = true; + command = "swaybg -i /home/kaitotlex/Pictures/fuckrocks.jpg"; + } + ]; }; }; }