mirror of https://git.jolheiser.com/dotnix.git
parent
fdf3a2135a
commit
955ea04cbf
12
flake.nix
12
flake.nix
|
@ -137,11 +137,7 @@
|
||||||
};
|
};
|
||||||
username = "jolheiser";
|
username = "jolheiser";
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
in {
|
homeManagerModules = [
|
||||||
homeConfigurations = {
|
|
||||||
"jolheiser" = home-manager.lib.homeManagerConfiguration {
|
|
||||||
inherit pkgs;
|
|
||||||
modules = [
|
|
||||||
agenix.homeManagerModules.age
|
agenix.homeManagerModules.age
|
||||||
{
|
{
|
||||||
home = {
|
home = {
|
||||||
|
@ -170,6 +166,12 @@
|
||||||
}
|
}
|
||||||
./apps/gui
|
./apps/gui
|
||||||
];
|
];
|
||||||
|
in {
|
||||||
|
inherit homeManagerModules;
|
||||||
|
homeConfigurations = {
|
||||||
|
"jolheiser" = home-manager.lib.homeManagerConfiguration {
|
||||||
|
inherit pkgs;
|
||||||
|
modules = homeManagerModules;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
nixosConfigurations = {
|
nixosConfigurations = {
|
||||||
|
|
Loading…
Reference in New Issue