users/kat: Secrets config moved from personal to base

This commit is contained in:
kat witch 2021-05-15 00:51:02 +01:00
parent 4e775b6691
commit f0a029e720
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72
3 changed files with 2 additions and 1 deletions

View file

@ -14,5 +14,6 @@
./weechat.nix
./inputrc.nix
./rink.nix
./secrets.nix
];
}

View file

@ -1,5 +1,5 @@
{ ... }:
{
imports = [ ./secrets.nix ./gpg.nix ./packages.nix ];
imports = [ ./gpg.nix ./packages.nix ];
}