mirror of
https://github.com/ryanccn/flake.git
synced 2025-12-06 08:10:43 +01:00
use config.xdg.configHome
This commit is contained in:
parent
e9cd726a29
commit
dab9d5a28a
2 changed files with 7 additions and 5 deletions
3
home.nix
3
home.nix
|
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
config,
|
||||
agenixModule,
|
||||
ctpModule,
|
||||
...
|
||||
|
|
@ -22,6 +23,6 @@
|
|||
|
||||
age.secrets."attic.toml" = {
|
||||
file = ./secrets/attic.toml.age;
|
||||
path = "/Users/ryanccn/.config/attic/config.toml";
|
||||
path = "${config.xdg.configHome}/attic/config.toml";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue