mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-01-11 22:30:25 +01:00
feat: install clash verge on all nixos desktop hosts
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user