forked from jan-leila/nix-config
cleaned up configuration structure to have common modules folder
This commit is contained in:
parent
11092d11b5
commit
b1b43bb7f0
13 changed files with 25 additions and 22 deletions
|
@ -3,7 +3,6 @@
|
|||
inputs.nixos-hardware.nixosModules.framework-11th-gen-intel
|
||||
|
||||
../../enviroments/client
|
||||
../../host-modules
|
||||
];
|
||||
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
{
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
modulesPath,
|
||||
...
|
||||
}: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue