mirror of
https://github.com/genebean/dots.git
synced 2026-03-28 09:57:43 -04:00
Rename home manager user settings files
This commit is contained in:
parent
46a93a4814
commit
23de2ed5a2
11 changed files with 2 additions and 2 deletions
19
modules/hosts/darwin/Blue-Rock/home-gene.liverman.nix
Normal file
19
modules/hosts/darwin/Blue-Rock/home-gene.liverman.nix
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
{ 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";
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue