mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 17:37: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
|
|
@ -1,11 +0,0 @@
|
|||
{ username, ... }: {
|
||||
home.stateVersion = "23.11";
|
||||
|
||||
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