1
Fork 0
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:
RGBCube 2023-11-23 12:27:28 +03:00
parent bf461fbb4d
commit 345217b900
No known key found for this signature in database

View file

@ -23,7 +23,7 @@
url = "github:NixOS/nixpkgs/nixos-unstable";
};
home-manager = {
homeManager = {
url = "github:nix-community/home-manager";
inputs.nixpkgs.follows = "nixpkgs";
};
@ -38,7 +38,7 @@
};
};
outputs = { nixpkgs, home-manager, fenix, ... } @ inputs: let
outputs = { nixpkgs, homeManager, fenix, ... } @ inputs: let
machines = [
./machines/enka
];
@ -135,7 +135,7 @@
};
modules = [
home-manager.nixosModules.home-manager
homeManager.nixosModules.default
defaultConfiguration
configurationDirectory
];