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