add more apps and services

This commit is contained in:
2023-07-22 19:07:52 +02:00
parent b563c17095
commit e01fc0be4c
4 changed files with 20 additions and 6 deletions

View File

@@ -26,6 +26,7 @@
cargo
kubectl
chromium
obsidian
];
programs.home-manager.enable = true;
@@ -34,6 +35,11 @@
enable = true;
};
programs.direnv = {
enable = true;
nix-direnv.enable = true;
};
programs.starship = {
enable = true;
enableBashIntegration = true;
@@ -50,5 +56,11 @@
vimAlias = true;
vimdiffAlias = true;
};
services = {
syncthing = {
enable = true;
};
};
};
}