Compare commits
No commits in common. "76fe8827472a717e1ae3aa0d74d7d04d307c0eea" and "b6684e1c313cdcd8b15434f6b414fce7094e1931" have entirely different histories.
76fe882747
...
b6684e1c31
|
@ -29,7 +29,7 @@
|
|||
name = "zfs-diff";
|
||||
runtimeInputs = with pkgs; [ zfs coreutils parallel tree ];
|
||||
text = ''
|
||||
sudo zfs diff zroot/encrypted/root@blank | cut -f2 | parallel 'test -e /persist/{} || echo {}' | tree --fromfile .
|
||||
sudo zfs diff zroot/encrypted/root@blank | cut -f2 | parallel 'test -d /persist/{} || echo {}' | tree --fromfile .
|
||||
'';
|
||||
}
|
||||
)
|
||||
|
|
|
@ -51,7 +51,6 @@ in
|
|||
};
|
||||
wallpapers.enable = true;
|
||||
services.dunst.enable = true;
|
||||
services.wallpaper.enable = true;
|
||||
};
|
||||
|
||||
home-manager.users.moritz = {
|
||||
|
|
Loading…
Reference in New Issue