Cleanup and minor changes

This commit is contained in:
k
2025-01-11 23:57:50 -05:00
parent 1197820789
commit 562839d47d
5 changed files with 41 additions and 77 deletions

View File

@@ -5,5 +5,5 @@
...
}: {
imports = [../home/home_common.nix];
home = {packages = with pkgs; [docker docker-compose];};
home = {packages = with pkgs; [docker docker-compose neovim];};
}