Rename home manager user settings files

This commit is contained in:
Gene Liverman 2024-12-08 08:52:33 -05:00
parent 46a93a4814
commit 23de2ed5a2
11 changed files with 2 additions and 2 deletions

View file

@ -1,19 +0,0 @@
{ username, ... }: {
home.stateVersion = "23.11";
programs = {
go = {
enable = true;
goPath = "go";
};
k9s.enable = true;
};
sops = {
defaultSopsFile = ./secrets.yaml;
secrets = {
local_git_config.path = "/Users/${username}/.gitconfig-local";
local_private_env.path = "/Users/${username}/.private-env";
};
};
}