From 01448b6e0eb2177d1c07e77ec74e6dacd8f9d1d1 Mon Sep 17 00:00:00 2001 From: Ryan Yin Date: Mon, 11 Aug 2025 00:18:29 +0800 Subject: [PATCH] feat: install clash verge on all nixos desktop hosts --- hosts/12kingdoms-shoukei/default.nix | 11 ++++++----- .../nixos/desktop}/clash-verge.nix | 0 2 files changed, 6 insertions(+), 5 deletions(-) rename {hosts/12kingdoms-shoukei => modules/nixos/desktop}/clash-verge.nix (100%) 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