Added home configuration inside of flake
This commit is contained in:
@@ -19,10 +19,17 @@
|
||||
lib = nixpkgs.lib;
|
||||
|
||||
in {
|
||||
homeConfigurations = {
|
||||
emmet = home-manager.lib.homeManagerConfiguration {
|
||||
inherit pkgs;
|
||||
modules = [
|
||||
./user/home.nix
|
||||
];
|
||||
};
|
||||
};
|
||||
nixosConfigurations = {
|
||||
snowfire = lib.nixosSystem {
|
||||
inherit system;
|
||||
|
||||
modules = [
|
||||
./system/configuration.nix
|
||||
];
|
||||
|
Reference in New Issue
Block a user