Merge remote-tracking branch 'refs/remotes/origin/nixos' into nixos

guard-nvim
Moritz Böhme 2023-10-01 21:17:43 +02:00
commit bd2b6d1af3
Signed by: moritz
GPG Key ID: 970C6E89EB0547A9
3 changed files with 3 additions and 1 deletions

View File

@ -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 -d /persist/{} || echo {}' | tree --fromfile .
zfs diff -F zroot/encrypted/root@blank | awk '$2 == "F" && system("test -e /persist/"$3) != 0 { print $3 }' 2>/dev/null | tree --fromfile . "$@"
'';
}
)

View File

@ -38,6 +38,7 @@
".config/Nextcloud"
".config/keepassxc"
".local/share/direnv"
".local/share/nvim"
".local/share/zoxide"
".local/state/nvim"
".mozilla"

View File

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