This commit is contained in:
KaitoTLex 2024-09-29 20:04:58 -07:00
parent 2d9aaa0a62
commit 10befdac55
2 changed files with 9 additions and 6 deletions

View file

@ -14,10 +14,12 @@
boot.extraModulePackages = [ ]; boot.extraModulePackages = [ ];
fileSystems."/" = fileSystems."/" =
{ device = "/dev/disk/by-uuid/2abdd540-3e44-4f48-8dc3-ac2eb6d47702"; { device = "/dev/disk/by-uuid/cc0edda8-8932-4357-9622-e7658b5a5a6d";
fsType = "ext4"; fsType = "ext4";
}; };
boot.initrd.luks.devices."luks-b0ba1647-1532-478b-b015-ab2abc2bc0d7".device = "/dev/disk/by-uuid/b0ba1647-1532-478b-b015-ab2abc2bc0d7";
fileSystems."/boot" = fileSystems."/boot" =
{ device = "/dev/disk/by-uuid/92D9-2113"; { device = "/dev/disk/by-uuid/92D9-2113";
fsType = "vfat"; fsType = "vfat";

View file

@ -53,12 +53,13 @@
window = { window = {
border = 3; border = 3;
titlebar = false; titlebar = false;
#startup = [
#{
# command = "swaybg -i /home/kaitotlex/Pictures/bg.png";
# }
#];
}; };
startup = [
{
always = true;
command = "swaybg -i /home/kaitotlex/Pictures/fuckrocks.jpg";
}
];
}; };
}; };
} }