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