diff --git a/home/natto/git.nix b/home/natto/git.nix index 5fa52cf..265cfee 100644 --- a/home/natto/git.nix +++ b/home/natto/git.nix @@ -12,5 +12,6 @@ age.secrets.gitconfig = { file = ./secrets/gitconfig.age; path = "${config.home.homeDirectory}/.gitconfig"; + symlink = false; }; } diff --git a/home/natto/music.nix b/home/natto/music.nix index 0878717..80a2b49 100644 --- a/home/natto/music.nix +++ b/home/natto/music.nix @@ -88,8 +88,10 @@ in }; }; + age.secrets.mpdasrc = { file = ./secrets/mpdasrc.age; path = "${home}/.config/mpdasrc"; + symlink = false; }; } diff --git a/home/natto/zsh.nix b/home/natto/zsh.nix index 132c98e..e1777e6 100644 --- a/home/natto/zsh.nix +++ b/home/natto/zsh.nix @@ -11,6 +11,7 @@ in age.secrets.zshenv_secret = { file = ./secrets/zshenv_secret; path = secretPath; + symlink = false; mode = "660"; }; }