Added home manager install bash script; removed latex from emacs; updated media.nix hardware config

This commit is contained in:
Random936
2024-07-04 22:16:03 -07:00
parent 4ab70f9f6e
commit 9ed6d70baa
3 changed files with 20 additions and 2 deletions

View File

@@ -14,7 +14,7 @@
boot.extraModulePackages = [ ];
fileSystems."/" =
{ device = "/dev/disk/by-uuid/80be06c6-fafe-43de-a0e5-90464bdd0666";
{ device = "/dev/disk/by-uuid/e92861c0-ac2d-4477-a57a-c9ea6108ff5d";
fsType = "ext4";
};