From 8b0ca2547197c735afe44b746d0b00a183c7b7cf Mon Sep 17 00:00:00 2001 From: Crony Akatsuki Date: Sun, 20 Apr 2025 18:47:23 +0200 Subject: [PATCH] feat: disable emulators for now. --- hosts/nixos/home.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hosts/nixos/home.nix b/hosts/nixos/home.nix index 54ec465..c66cc5f 100644 --- a/hosts/nixos/home.nix +++ b/hosts/nixos/home.nix @@ -27,6 +27,9 @@ # Let Home Manager install and manage itself. programs.home-manager.enable = true; + # Disable emulators for now + crony.emulators.enable = false; + # Fix gtkrc-2.0 collision home.file."/home/crony/.gtkrc-2.0".force = true;