mirror of
https://github.com/RGBCube/ncc
synced 2025-07-30 19:47:47 +00:00
Rename home-manager to homeManager
This commit is contained in:
parent
bf461fbb4d
commit
345217b900
1 changed files with 3 additions and 3 deletions
|
@ -23,7 +23,7 @@
|
||||||
url = "github:NixOS/nixpkgs/nixos-unstable";
|
url = "github:NixOS/nixpkgs/nixos-unstable";
|
||||||
};
|
};
|
||||||
|
|
||||||
home-manager = {
|
homeManager = {
|
||||||
url = "github:nix-community/home-manager";
|
url = "github:nix-community/home-manager";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
|
@ -38,7 +38,7 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = { nixpkgs, home-manager, fenix, ... } @ inputs: let
|
outputs = { nixpkgs, homeManager, fenix, ... } @ inputs: let
|
||||||
machines = [
|
machines = [
|
||||||
./machines/enka
|
./machines/enka
|
||||||
];
|
];
|
||||||
|
@ -135,7 +135,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
modules = [
|
modules = [
|
||||||
home-manager.nixosModules.home-manager
|
homeManager.nixosModules.default
|
||||||
defaultConfiguration
|
defaultConfiguration
|
||||||
configurationDirectory
|
configurationDirectory
|
||||||
];
|
];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue