mirror of
https://github.com/RGBCube/ncc
synced 2025-07-30 11:37:44 +00:00
Rename: Use home-manager as a flake name for HM
This commit is contained in:
parent
469c42c165
commit
b7b5423902
1 changed files with 3 additions and 3 deletions
|
@ -13,7 +13,7 @@
|
||||||
inputs = {
|
inputs = {
|
||||||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
|
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
|
||||||
|
|
||||||
homeManager = {
|
home-manager = {
|
||||||
url = "github:nix-community/home-manager";
|
url = "github:nix-community/home-manager";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
|
@ -21,7 +21,7 @@
|
||||||
|
|
||||||
outputs = {
|
outputs = {
|
||||||
nixpkgs,
|
nixpkgs,
|
||||||
homeManager,
|
home-manager,
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
let
|
let
|
||||||
|
@ -52,7 +52,7 @@
|
||||||
|
|
||||||
modules = [
|
modules = [
|
||||||
directory
|
directory
|
||||||
homeManager.nixosModules.home-manager
|
home-manager.nixosModules.home-manager
|
||||||
|
|
||||||
# Extra configuration derived from the metadata.
|
# Extra configuration derived from the metadata.
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue