1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-29 11:07:44 +00:00

Rename: Use home-manager as a flake name for HM

This commit is contained in:
RGBCube 2023-05-06 15:12:11 +03:00
parent 469c42c165
commit b7b5423902

View file

@ -13,7 +13,7 @@
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
homeManager = {
home-manager = {
url = "github:nix-community/home-manager";
inputs.nixpkgs.follows = "nixpkgs";
};
@ -21,7 +21,7 @@
outputs = {
nixpkgs,
homeManager,
home-manager,
...
}:
let
@ -52,7 +52,7 @@
modules = [
directory
homeManager.nixosModules.home-manager
home-manager.nixosModules.home-manager
# Extra configuration derived from the metadata.
{