mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-25 17:38:29 +02:00
feat: migrate capptuccin themes into my nur-packages, add nix's access-tokens into secrets
This commit is contained in:
@@ -36,6 +36,12 @@
|
||||
mode = "0600";
|
||||
owner = username;
|
||||
};
|
||||
|
||||
"nix-access-tokens" = {
|
||||
file = "${mysecrets}/nix-access-tokens.age";
|
||||
mode = "0600";
|
||||
owner = username;
|
||||
};
|
||||
};
|
||||
|
||||
# place secrets in /etc/
|
||||
|
||||
Reference in New Issue
Block a user