forked from mirrors_public/oddlama_nix-config
feat: move modules/interface-naming.nix -> nixos-extra-modules
This commit is contained in:
parent
61375199e5
commit
aa9ba64bff
5 changed files with 200 additions and 96 deletions
|
@ -29,6 +29,12 @@
|
|||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
extra-modules = {
|
||||
url = "github:oddlama/nixos-extra-modules";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
inputs.flake-utils.follows = "flake-utils";
|
||||
};
|
||||
|
||||
flake-utils.url = "github:numtide/flake-utils";
|
||||
|
||||
home-manager = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue