feat: export worm homeManagerConfiguration
This commit is contained in:
16
flake.nix
16
flake.nix
@@ -92,6 +92,15 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
homeConfigurations = {
|
homeConfigurations = {
|
||||||
|
"guz" = home-manager.lib.homeManagerConfiguration {
|
||||||
|
extraSpecialArgs = {inherit inputs self;};
|
||||||
|
modules = [
|
||||||
|
inputs.stylix.homeManagerModules.stylix
|
||||||
|
./colors.nix
|
||||||
|
inputs.xremap.homeManagerModules.default
|
||||||
|
./home/guz
|
||||||
|
];
|
||||||
|
};
|
||||||
"guz-lite" = home-manager.lib.homeManagerConfiguration {
|
"guz-lite" = home-manager.lib.homeManagerConfiguration {
|
||||||
extraSpecialArgs = {inherit inputs self;};
|
extraSpecialArgs = {inherit inputs self;};
|
||||||
modules = [
|
modules = [
|
||||||
@@ -101,13 +110,10 @@
|
|||||||
./home/guz-lite
|
./home/guz-lite
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
"guz" = home-manager.lib.homeManagerConfiguration {
|
"worm" = home-manager.lib.homeManagerConfiguration {
|
||||||
extraSpecialArgs = {inherit inputs self;};
|
extraSpecialArgs = {inherit inputs self;};
|
||||||
modules = [
|
modules = [
|
||||||
inputs.stylix.homeManagerModules.stylix
|
./home/worm
|
||||||
./colors.nix
|
|
||||||
inputs.xremap.homeManagerModules.default
|
|
||||||
./home/guz
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user