tex and other stuff

This commit is contained in:
Till 2023-08-22 21:51:54 +02:00
parent e962815edd
commit 5a194716ab
10 changed files with 95 additions and 19 deletions

View file

@ -30,6 +30,12 @@
options = [ "subvol=home/till/.local/share/Steam" "compress=zstd" ];
};
fileSystems."/home/till/.cache" =
{ device = "/dev/disk/by-uuid/6a0d25d4-0253-4467-85cc-ab3e0ef71f54";
fsType = "btrfs";
options = [ "subvol=home/till/.cache" ];
};
fileSystems."/nix" =
{ device = "/dev/disk/by-uuid/6a0d25d4-0253-4467-85cc-ab3e0ef71f54";
fsType = "btrfs";