mirror of
https://github.com/srid/nixos-config.git
synced 2026-01-10 10:12:37 +08:00
rename for clarity
This commit is contained in:
parent
26e4112aa3
commit
df017df0e8
1 changed files with 2 additions and 2 deletions
|
|
@ -100,7 +100,7 @@
|
|||
let
|
||||
system = "x86_64-linux";
|
||||
pkgs = nixpkgs.legacyPackages.${system};
|
||||
homeFeatures = [
|
||||
homeModules = [
|
||||
home-manager.nixosModules.home-manager
|
||||
{
|
||||
home-manager.useGlobalPkgs = true;
|
||||
|
|
@ -136,7 +136,7 @@
|
|||
# Arguments to pass to all modules.
|
||||
specialArgs = { inherit system inputs; };
|
||||
modules =
|
||||
[ self.nixosModules.default ] ++ homeFeatures ++ extraModules;
|
||||
[ self.nixosModules.default ] ++ homeModules ++ extraModules;
|
||||
};
|
||||
in
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue