Add linux home

main
xenia 2023-10-18 23:57:01 +02:00
parent 7a074ac055
commit 1d2bbf3598
1 changed files with 12 additions and 0 deletions

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
];
};
};
}