Cursed refactor.

This commit is contained in:
kat witch 2021-03-05 00:36:51 +00:00
parent 20b4bafa85
commit 5845debc95
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72
83 changed files with 1000 additions and 804 deletions

View file

@ -1,9 +1,5 @@
{ sources, ... }:
{
home-manager.users.kat = {
imports = [
(sources.tf-nix + "/modules/home/secrets.nix")
];
};
}
imports = [ (sources.tf-nix + "/modules/home/secrets.nix") ];
}