From a882cc48b4f2dec81223a00c34cec21ce226ccd4 Mon Sep 17 00:00:00 2001 From: Amneesh Singh Date: Sat, 1 Jun 2024 17:10:24 +0530 Subject: [PATCH] home/natto/secrets: dont symlink Signed-off-by: Amneesh Singh --- home/natto/git.nix | 1 + home/natto/music.nix | 2 ++ home/natto/zsh.nix | 1 + 3 files changed, 4 insertions(+) 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"; }; }