tracking sealight-synapse (lituus) from here now

This commit is contained in:
Anish Lakhwara
2022-10-01 18:03:45 +10:00
parent da451faf78
commit 22b190b610
7 changed files with 108 additions and 12 deletions
+11
View File
@@ -0,0 +1,11 @@
{ self, profiles, suites, ... }:
{
imports = [
./configuration.nix
] ++ suites.lituus;
home-manager.users.anish = { self, suites, ... }: {
imports = [ ] ++ suites.hmBase;
};
}