This commit is contained in:
Sense T 2023-07-04 10:41:54 +00:00
parent 8fde313ef9
commit f578324c1b
2 changed files with 3 additions and 1 deletions

View File

@ -66,5 +66,5 @@
}; };
# Let Home Manager install and manage itself. # Let Home Manager install and manage itself.
# programs.home-manager.enable = true; programs.home-manager.enable = true;
} }

View File

@ -1,5 +1,7 @@
{ {
programs = { programs = {
ssh.enable = true;
go = { go = {
enable = true; enable = true;
goPath = ".local/go"; goPath = ".local/go";