generalize home flake output to just mbk
This commit is contained in:
parent
ebfae5f704
commit
88951242d3
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@
|
|||
};
|
||||
};
|
||||
|
||||
homeConfigurations."mbk@nix" = home-manager.lib.homeManagerConfiguration {
|
||||
homeConfigurations.mbk= home-manager.lib.homeManagerConfiguration {
|
||||
pkgs = nixpkgs.legacyPackages.x86_64-linux;
|
||||
|
||||
modules = if conf.wm == "hyprland" then modules ++ [
|
||||
|
|
Loading…
Reference in a new issue