Fix waybar Nvidia module
This commit is contained in:
parent
f50b90ba94
commit
a791dd0583
5 changed files with 20 additions and 10 deletions
11
flake.nix
11
flake.nix
|
@ -57,7 +57,10 @@
|
|||
specialArgs = inputs;
|
||||
};
|
||||
mkHome = extraModules: hm.lib.homeManagerConfiguration {
|
||||
modules = [ ./modules/home ] ++ extraModules;
|
||||
modules = [
|
||||
./modules/home
|
||||
{ targets.genericLinux.enable = true; }
|
||||
] ++ extraModules;
|
||||
extraSpecialArgs = inputs;
|
||||
pkgs = builtins.getAttr system stable.legacyPackages;
|
||||
};
|
||||
|
@ -79,12 +82,6 @@
|
|||
homeConfigurations = {
|
||||
default = mkHome [ ];
|
||||
desktop = mkHome [{ home.guifull.enable = true; }];
|
||||
|
||||
generic = mkHome [{ targets.genericLinux.enable = true; }];
|
||||
genericDesktop = mkHome [{
|
||||
home.guifull.enable = true;
|
||||
targets.genericLinux.enable = true;
|
||||
}];
|
||||
};
|
||||
}
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue