feat: fixed hyprland

This commit is contained in:
Nick 2025-02-01 23:30:06 -06:00
parent a4afc18937
commit 7cf28c791c
11 changed files with 32 additions and 18 deletions

View file

@ -71,11 +71,11 @@ in
in
{
"/" = {
device = "/dev/disk/by-uuid/5c416d6a-9c2b-4b0c-9e0e-9bb3bf56a863";
device = "/dev/disk/by-uuid/c22a06af-8855-4938-9d04-68cd4d88d7f0";
fsType = "ext4";
};
"/boot" = {
device = "/dev/disk/by-uuid/B1B8-E776";
device = "/dev/disk/by-uuid/7B8C-1E95";
fsType = "vfat";
options = desktop.boot.options;
};
@ -85,7 +85,7 @@ in
// (builtins.listToAttrs (map sambaMounts sambaDrives));
swapDevices = [
{ device = "/dev/disk/by-uuid/644ad843-337d-429f-abb8-2423c8ed111e"; }
{ device = "/dev/disk/by-uuid/8c9d0c0b-0bc8-442b-a3fd-02a37acd409f"; }
];
systemd.tmpfiles.rules = [