repartitioning

This commit is contained in:
Vinzenz Schroeter 2023-09-05 21:19:58 +02:00
parent 7a5297a0dd
commit bc7daf2be1
3 changed files with 2 additions and 12 deletions

View file

@ -139,6 +139,7 @@
systemPackages = with pkgs; [
lm_sensors
tldr
ncdu
];
};
}

View file

@ -17,6 +17,7 @@
environment.systemPackages = with pkgs; [
libsForQt5.kate
libsForQt5.kalk
];
environment.plasma5.excludePackages = with pkgs.libsForQt5; [

View file

@ -55,18 +55,6 @@
fsType = "vfat";
};
"/mnt/manjaro" = {
device = "/dev/disk/by-uuid/b6b4c0b8-4b16-4a72-a18d-d7923a2bb532";
fsType = "btrfs";
options = ["subvol=@"];
};
"/mnt/manjaro/home" = {
device = "/dev/disk/by-uuid/b6b4c0b8-4b16-4a72-a18d-d7923a2bb532";
fsType = "btrfs";
options = ["subvol=@home"];
};
"/mnt/ssd2" = {
device = "/dev/disk/by-uuid/6b2a647d-c68e-4c07-85bf-c9bfc5db7e8a";
fsType = "ext4";