mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 20:39:18 -08:00
users/kat: Secrets config moved from personal to base
This commit is contained in:
parent
4e775b6691
commit
f0a029e720
3 changed files with 2 additions and 1 deletions
|
|
@ -14,5 +14,6 @@
|
|||
./weechat.nix
|
||||
./inputrc.nix
|
||||
./rink.nix
|
||||
./secrets.nix
|
||||
];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{ ... }:
|
||||
|
||||
{
|
||||
imports = [ ./secrets.nix ./gpg.nix ./packages.nix ];
|
||||
imports = [ ./gpg.nix ./packages.nix ];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue