Tweaks
parent
6e6f41f061
commit
1474cc5238
|
@ -20,6 +20,7 @@ in {
|
|||
ignores = [ ".DS_Store" ".direnv" "result" ];
|
||||
|
||||
# enhanced diffs
|
||||
# TODO: fix light colorscheme
|
||||
delta = {
|
||||
enable = true;
|
||||
options = {
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
--configfile ${config.home.homeDirectory}/.tarsnaprc \
|
||||
--keyfile ${config.xdg.configHome}/tarsnap/write-only.key \
|
||||
-f $(uname -n)-$date \
|
||||
${config.home.homeDirectory}/{dotfiles.nix,Desktop,Development,Documents,Downloads}
|
||||
${config.home.homeDirectory}/{dotfiles.nix,Desktop,Development,Documents}
|
||||
'';
|
||||
in {
|
||||
enable = true;
|
||||
|
|
Loading…
Reference in New Issue