This commit is contained in:
parent
fd2e474229
commit
6c6af12ef6
3 changed files with 6 additions and 4 deletions
|
|
@ -5,5 +5,8 @@
|
|||
...
|
||||
}: {
|
||||
imports = [../home/home_common.nix];
|
||||
home = {packages = with pkgs; [docker docker-compose neovim];};
|
||||
home = {packages = with pkgs; [docker docker-compose neovim waypipe];};
|
||||
services = {
|
||||
syncthing.enable = true;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue