Add linux home

This commit is contained in:
xenia 2023-10-18 23:57:01 +02:00
parent 7a074ac055
commit 1d2bbf3598

View File

@ -54,5 +54,17 @@
];
};
homeConfigurations."coral" =
let
system = "x86_64-linux";
pkgs = mkPkgs system;
home = mkHome { inherit system pkgs; };
in home-manager.lib.homeManagerConfiguration {
inherit pkgs;
modules = [
home
];
};
};
}