From b667f7c247d6a1d2208651bbe82e8d890b5da5a2 Mon Sep 17 00:00:00 2001 From: DannyDannyDanny Date: Thu, 16 Apr 2026 09:46:30 +0200 Subject: [PATCH] feat: add feishin + disable uhk --- nixos/hosts/daniel-macbook-air.nix | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/nixos/hosts/daniel-macbook-air.nix b/nixos/hosts/daniel-macbook-air.nix index cc43412..a05ff6a 100644 --- a/nixos/hosts/daniel-macbook-air.nix +++ b/nixos/hosts/daniel-macbook-air.nix @@ -40,7 +40,7 @@ in { "google-chrome" "disk-inventory-x" # Apple Silicon uses Homebrew; nixpkgs package is x86_64-darwin only. "qflipper" # Flipper Zero firmware updater GUI - "uhk-agent" # Ultimate Hacking Keyboard configuration + # "uhk-agent" # Ultimate Hacking Keyboard configuration — removed, nixpkgs marks x86_64-linux only TODO ]; onActivation.cleanup = "zap"; }; @@ -67,7 +67,10 @@ in { # User-specific packages and environment variables are now in home-manager (home.nix) # Only system-level packages should remain here if needed - environment.systemPackages = [ alacrittySyncSystemTheme ]; + environment.systemPackages = [ + alacrittySyncSystemTheme + pkgs.feishin # Subsonic/Navidrome desktop music player + ]; # Poll macOS appearance; updates ~/.config/alacritty/active-colors.toml (Alacritty live_config_reload). launchd.user.agents.alacritty-system-theme = {