mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 09:27:44 -04:00
First pass at Home Manager on Ubuntu
This commit is contained in:
parent
87925581cc
commit
f5c1fa2ce0
9 changed files with 84 additions and 20 deletions
|
|
@ -1,7 +1,9 @@
|
|||
{ inputs, ... }: let
|
||||
mkDarwinHost = import ./mkDarwinHost.nix { inherit inputs; };
|
||||
mkHomeConfig = import ./mkHomeConfig.nix { inherit inputs; };
|
||||
mkNixosHost = import ./mkNixosHost.nix { inherit inputs; };
|
||||
in {
|
||||
inherit (mkDarwinHost) mkDarwinHost;
|
||||
inherit (mkHomeConfig) mkHomeConfig;
|
||||
inherit (mkNixosHost) mkNixosHost;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue