From d1db0d4d8abd76cb91fab69ad61e1406c2c53d3c Mon Sep 17 00:00:00 2001 From: Crony Akatsuki Date: Tue, 7 Oct 2025 20:45:59 +0200 Subject: [PATCH] feat(desktop): cleanup. --- hosts/skadi/home.nix | 4 ++-- modules/linux/home-manager/restic.nix | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/hosts/skadi/home.nix b/hosts/skadi/home.nix index b6e1a73..28e860e 100644 --- a/hosts/skadi/home.nix +++ b/hosts/skadi/home.nix @@ -35,9 +35,9 @@ crony.wayland.enable = true; crony.hyprland.enable = true; crony.neovim.enable = true; - crony.qutebrowser.enable = true; + # crony.qutebrowser.enable = true; crony.mpv.enable = true; - crony.browsers.enable = true; + # crony.browsers.enable = true; crony.desktop.enable = true; crony.shell-additions.enable = true; crony.home-secrets.enable = true; diff --git a/modules/linux/home-manager/restic.nix b/modules/linux/home-manager/restic.nix index b3cc9de..aaf59af 100644 --- a/modules/linux/home-manager/restic.nix +++ b/modules/linux/home-manager/restic.nix @@ -7,14 +7,14 @@ opts = { paths = [ "/home/crony/.face" - "/home/crony/.librewolf" + # "/home/crony/.librewolf" "/home/crony/.ssh" "/home/crony/.config/heroic" - "/home/crony/.config/nbfc.json" - "/home/crony/.config/OpenTabletDriver" - "/home/crony/.config/tridactyl" + # "/home/crony/.config/nbfc.json" + # "/home/crony/.config/OpenTabletDriver" + # "/home/crony/.config/tridactyl" "/home/crony/.local/share/gnupg" - "/home/crony/.local/share/osu" + # "/home/crony/.local/share/osu" "/home/crony/docs/sync" "/home/crony/docs/wireguard-keys" "/home/crony/pics"