feat: expose home-manager configurations
This commit is contained in:
parent
dc36f63e52
commit
827217da51
5 changed files with 117 additions and 73 deletions
|
@ -103,6 +103,7 @@ rec {
|
|||
./pkgs/flake-module.nix
|
||||
./lib/flake-module.nix
|
||||
./hosts/flake-module.nix
|
||||
./home/flake-module.nix
|
||||
./overlays.nix
|
||||
];
|
||||
flake = {
|
||||
|
@ -113,13 +114,6 @@ rec {
|
|||
systemdNotify = import ./modules/systemdNotify.nix;
|
||||
inadyn = import ./modules/inadyn.nix;
|
||||
};
|
||||
|
||||
homeManagerModules = {
|
||||
git = import ./home/modules/git.nix;
|
||||
firefox = import ./home/modules/firefox/firefox.nix;
|
||||
tor-browser = import ./home/modules/firefox/tor-browser.nix;
|
||||
mullvad-browser = import ./home/modules/firefox/mullvad-browser.nix;
|
||||
};
|
||||
};
|
||||
perSystem =
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue