From f09c91ad8fc231d94196eb670ca06e80bc078f75 Mon Sep 17 00:00:00 2001 From: Crony Akatsuki Date: Thu, 15 May 2025 23:03:52 +0200 Subject: [PATCH] feat(desktop): disable restic 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 c66cc5f..861ddb6 100644 --- a/hosts/nixos/home.nix +++ b/hosts/nixos/home.nix @@ -30,6 +30,9 @@ # Disable emulators for now crony.emulators.enable = false; + # Disable restic for now + crony.restic.enable = false; + # Fix gtkrc-2.0 collision home.file."/home/crony/.gtkrc-2.0".force = true;