lots of stuff:
Moved syncthing to system service Restic actually works now removed some old system configs. formatting.
This commit is contained in:
parent
c42e33770e
commit
f9632c8fc3
18 changed files with 99 additions and 291 deletions
|
@ -39,7 +39,10 @@ in {
|
|||
};
|
||||
|
||||
# packages that should be on every system.
|
||||
environment.systemPackages = [pkgs.neovim];
|
||||
environment.systemPackages = with pkgs; [
|
||||
neovim
|
||||
rsync
|
||||
];
|
||||
|
||||
programs.zsh.enable = lib.mkDefault true;
|
||||
environment.shells = lib.mkDefault [pkgs.zsh];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue