feat: update pkg + external HDD
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
fileSystems."/mnt/ext" = {
|
||||
device = "/dev/disk/by-label/Externe";
|
||||
fsType = "ntfs-3g";
|
||||
options = [ "rw" "uid=1000" ];
|
||||
options = [ "auto" "nofail" "noatime" "rw" "uid=1000" ];
|
||||
};
|
||||
|
||||
networking.hostName = "arcueid"; # Define your hostname.
|
||||
|
||||
@@ -17,6 +17,10 @@ in
|
||||
flameshot
|
||||
xsane
|
||||
sane-frontends
|
||||
blender
|
||||
gimp
|
||||
eog
|
||||
# cura
|
||||
];
|
||||
programs.firefox.enable = true;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user