Compare commits

..

3 Commits

2 changed files with 2 additions and 1 deletions

View File

@ -29,7 +29,7 @@
name = "zfs-diff"; name = "zfs-diff";
runtimeInputs = with pkgs; [ zfs coreutils parallel tree ]; runtimeInputs = with pkgs; [ zfs coreutils parallel tree ];
text = '' text = ''
sudo zfs diff zroot/encrypted/root@blank | cut -f2 | parallel 'test -d /persist/{} || echo {}' | tree --fromfile . sudo zfs diff zroot/encrypted/root@blank | cut -f2 | parallel 'test -e /persist/{} || echo {}' | tree --fromfile .
''; '';
} }
) )

View File

@ -51,6 +51,7 @@ in
}; };
wallpapers.enable = true; wallpapers.enable = true;
services.dunst.enable = true; services.dunst.enable = true;
services.wallpaper.enable = true;
}; };
home-manager.users.moritz = { home-manager.users.moritz = {