1
0
Fork 0

Change system font

This commit is contained in:
Avery 2024-11-15 18:43:07 +01:00
parent 4a107f660c
commit b07ebe102c
Signed by: Avery
GPG key ID: B684FD451B692E04
8 changed files with 95 additions and 59 deletions

View file

@ -5,21 +5,28 @@
fsType = "btrfs";
options = [ "compress=zstd:15" ];
};
"/boot" = {
device = "/dev/disk/by-uuid/8084-F762";
fsType = "vfat";
};
"/home" = {
device = "/dev/disk/by-uuid/4bbd6139-7caa-4617-a94f-b185c5f6ca45";
fsType = "btrfs";
};
"/mnt/Datos" = {
device = "/dev/disk/by-uuid/994ef2bd-a9fb-4414-9a0a-19b150ffa452";
fsType = "btrfs";
options = [ "user" "x-systemd.automount" "exec" ];
#"/mnt/Datos" = {
# device = "/dev/disk/by-uuid/eb3b01e9-556f-4c9d-aa99-5495c1bc51e1";
# fsType = "btrfs";
# options = [ "user" "x-systemd.automount" "exec" ];
#};
"/mnt/Windows" = {
device = "/dev/disk/by-uuid/E290A87190A84DBB";
fsType = "ntfs";
options = [ "nofail" ];
};
#"/mnt/Windows-Datos" = {
# device = "/dev/disk/by-uuid/1E58C48458C45BE1";
# fsType = "ntfs";
# options = [ "nofail" ];
#};
};
}