Compare commits
No commits in common. "8b7467ae0a56b06ba99003f920de4fa18ff0b70f" and "ec21aae1472eb2e7993224fefc64577e5002cb18" have entirely different histories.
8b7467ae0a
...
ec21aae147
3 changed files with 1 additions and 4 deletions
|
|
@ -24,7 +24,6 @@
|
|||
"/var/log"
|
||||
"/var/lib/bluetooth"
|
||||
"/var/lib/nixos"
|
||||
"/etc/NetworkManager/system-connections"
|
||||
];
|
||||
files = [
|
||||
"/etc/machine-id"
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@
|
|||
options = [ "size=3G" "mode=755" ];
|
||||
};
|
||||
|
||||
fileSystems."/home" = {
|
||||
fileSystems."/home/" = {
|
||||
device = "/dev/disk/by-uuid/64fd3fe5-cef2-4526-b38a-cdc1de944dc3";
|
||||
fsType = "ext4";
|
||||
neededForBoot = true;
|
||||
|
|
|
|||
|
|
@ -37,8 +37,6 @@
|
|||
ntfs3g
|
||||
hyprpaper
|
||||
hyprsunset
|
||||
grim
|
||||
slurp
|
||||
];
|
||||
|
||||
home.file = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue