Skip to content

Commit

Permalink
bow only on wingardium
Browse files Browse the repository at this point in the history
  • Loading branch information
mightyiam committed Nov 20, 2024
1 parent b4b3ca2 commit 565626d
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 10 deletions.
1 change: 1 addition & 0 deletions nixos-configurations/wingardiumleviosa/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
./state-version.nix
./gdm.nix
./auto-upgrade.nix
../../nixos-modules/users/1bowapinya.nix
];

networking.hostName = "wingardiumleviosa";
Expand Down
9 changes: 0 additions & 9 deletions nixos-modules/modules/home.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,6 @@
}
)
];
home-manager.users."1bowapinya".imports = [
../../home-manager-modules/users/1bowapinya
(
{ osConfig, ... }:
{
home.stateVersion = osConfig.system.stateVersion;
}
)
];
home-manager.extraSpecialArgs = {
inherit self;
};
Expand Down
1 change: 0 additions & 1 deletion nixos-modules/types/desktop.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
../modules/tmp.nix
../modules/virtualbox.nix
../modules/tailscale.nix
../users/1bowapinya.nix
../users/me.nix
];
}
10 changes: 10 additions & 0 deletions nixos-modules/users/1bowapinya.nix
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,14 @@
snapshot
yelp
];

home-manager.users."1bowapinya".imports = [
../../home-manager-modules/users/1bowapinya
(
{ osConfig, ... }:
{
home.stateVersion = osConfig.system.stateVersion;
}
)
];
}

0 comments on commit 565626d

Please sign in to comment.