9 lines
No EOL
240 B
Nix
9 lines
No EOL
240 B
Nix
{ inputs, ... }:
|
|
{
|
|
flake-file.inputs = {
|
|
home-manager.url = "github:nix-community/home-manager/release-26.05";
|
|
home-manager.inputs.nixpkgs.follows = "nixpkgs";
|
|
};
|
|
|
|
imports = [ inputs.home-manager.flakeModules.home-manager ];
|
|
} |