From 174d92b2261559f0ed8e97eff8a343d4e3c92826 Mon Sep 17 00:00:00 2001 From: imnyang Date: Sun, 12 Jul 2026 16:02:03 +0900 Subject: [PATCH] wow --- hosts/machine/ena/configuration.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hosts/machine/ena/configuration.nix b/hosts/machine/ena/configuration.nix index 7337a3a..97ba92a 100644 --- a/hosts/machine/ena/configuration.nix +++ b/hosts/machine/ena/configuration.nix @@ -1,6 +1,7 @@ { config, pkgs, + lib, inputs, ... }: @@ -26,7 +27,7 @@ "${inputs.self}/modules/mizukios/features/remote/ssh.nix" ]; - catppuccin.flavor = "mocha"; + catppuccin.flavor = lib.mkForce "mocha"; networking = { hostName = "ena";