configuring
This commit is contained in:
parent
a8362e1e27
commit
ebbbb6d235
1 changed files with 4 additions and 2 deletions
|
@ -129,6 +129,8 @@
|
||||||
services = {
|
services = {
|
||||||
flatpak.enable = true;
|
flatpak.enable = true;
|
||||||
#tailscale.enable = true;
|
#tailscale.enable = true;
|
||||||
|
|
||||||
|
#mbsync.configFile = ../dotfiles/dot_config/isyncrc;
|
||||||
};
|
};
|
||||||
|
|
||||||
xdg.systemDirs.data = [
|
xdg.systemDirs.data = [
|
||||||
|
@ -155,6 +157,6 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
xdg.configFile."emacs".enable = false;
|
xdg.configFile."emacs".enable = false;
|
||||||
xdg.configFile."msmtp".source = ../dotfiles/dot_msmtp;
|
#xdg.configFile."msmtp".source = ../dotfiles/dot_msmtprc;
|
||||||
xdg.configFile."mbsync".source = ../dotfiles/dot_config/isyncrc;
|
home.file.".mbsyncrc".source = ../dotfiles/dot_config/isyncrc;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue