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;