diff --git a/hosts/12kingdoms-shoukei/default.nix b/hosts/12kingdoms-shoukei/default.nix index 725e0b56..5f39e75c 100644 --- a/hosts/12kingdoms-shoukei/default.nix +++ b/hosts/12kingdoms-shoukei/default.nix @@ -1,4 +1,8 @@ -{ lib, myvars, ... }: +{ + lib, + myvars, + ... +}: ############################################################# # # Shoukei - NixOS running on Macbook Pro 2022 M2 16G @@ -6,13 +10,10 @@ ############################################################# let hostName = "shoukei"; # Define your hostname. -in -{ +in { imports = [ ./hardware-configuration.nix ../idols-ai/preservation.nix - - ./clash-verge.nix ]; services.sunshine.enable = lib.mkForce false; diff --git a/hosts/12kingdoms-shoukei/clash-verge.nix b/modules/nixos/desktop/clash-verge.nix similarity index 100% rename from hosts/12kingdoms-shoukei/clash-verge.nix rename to modules/nixos/desktop/clash-verge.nix