chore: remove streamline imports
This commit is contained in:
parent
9d507f8619
commit
c716b55ad4
2 changed files with 1 additions and 5 deletions
|
@ -15,7 +15,6 @@
|
|||
specialArgs = { inherit inputs; };
|
||||
modules = [
|
||||
|
||||
./packages/default.nix
|
||||
./hosts/malachite/default.nix
|
||||
./users/stitchynyan/default.nix
|
||||
nixpkgs-xr.nixosModules.nixpkgs-xr
|
||||
|
@ -35,7 +34,6 @@
|
|||
modules = [
|
||||
nixos-hardware.nixosModules.framework-12th-gen-intel
|
||||
|
||||
./packages/default.nix
|
||||
./hosts/lappy/default.nix
|
||||
./users/stitchynyan/default.nix
|
||||
|
||||
|
@ -53,7 +51,6 @@
|
|||
specialArgs = { inherit inputs; };
|
||||
modules = [
|
||||
|
||||
./packages/default.nix
|
||||
./hosts/gemini/default.nix
|
||||
./users/nyadmin/default.nix
|
||||
./users/cirno/default.nix
|
||||
|
@ -73,7 +70,6 @@
|
|||
specialArgs = { inherit inputs; };
|
||||
modules = [
|
||||
|
||||
./packages/default.nix
|
||||
./hosts/tanzanite/default.nix
|
||||
./users/nyadmin/default.nix
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ let
|
|||
in
|
||||
{
|
||||
options = {};
|
||||
imports = [ ../packages/default.nix ];
|
||||
imports = [ ../packages/default.nix ../users/default.nix ];
|
||||
|
||||
config = {
|
||||
hardware = {
|
||||
|
|
Loading…
Reference in a new issue