Work in progress refactor.

This commit is contained in:
kat witch 2021-03-03 03:00:51 +00:00
parent ad1faf2f24
commit 9ece41ee80
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72
14 changed files with 130 additions and 76 deletions

10
modules/home/default.nix Normal file
View file

@ -0,0 +1,10 @@
{ ... }:
let sources = import ../../nix/sources.nix;
in {
home-manager.users = {
imports = [
(sources.tf-nix + "/modules/home/secrets.nix")
];
};
}