tex and other stuff
This commit is contained in:
parent
e962815edd
commit
5a194716ab
10 changed files with 95 additions and 19 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue