mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-08 06:30:18 +02:00
tried adding home-manager as a standalone config
This commit is contained in:
parent
2dde3ac5c0
commit
1b598fb694
1 changed files with 6 additions and 1 deletions
|
@ -243,6 +243,11 @@
|
|||
|
||||
packages.miku-cursor-linux = pkgs.callPackage ./packages/miku-cursor.nix { };
|
||||
packages.fourget = pkgs.callPackage ./packages/4get.nix { };
|
||||
};
|
||||
|
||||
homeManager = home-manager.lib.homeManagerConfiguration {
|
||||
pkgs = import nixpkgs {};
|
||||
modules = [./home-manager/home.nix];
|
||||
extraSpecialArgs = specialArgs;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue