From 34997e9134a3102dfa7df6291d782ee1c0327a65 Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Sun, 4 Jan 2026 18:01:45 +0100 Subject: [PATCH] Disable broken packages --- flake.lock | 6 +++--- hm/hyprland.nix | 4 ++++ instances/odin/hm_tiziano.nix | 5 ++++- instances/sif/hm.nix | 2 +- instances/thor/hm.nix | 4 ++-- 5 files changed, 14 insertions(+), 7 deletions(-) diff --git a/flake.lock b/flake.lock index 80a263d..3f4235f 100644 --- a/flake.lock +++ b/flake.lock @@ -275,11 +275,11 @@ ] }, "locked": { - "lastModified": 1767437240, - "narHash": "sha256-OA0dBHhccdupFXp+/eaFfb8K1dQxk61in4aF5ITGVX8=", + "lastModified": 1767525999, + "narHash": "sha256-1E9xlYlyl3EnUrwxoaJMTK7dFrC2llL/TJ+T4xIcXDY=", "owner": "nix-community", "repo": "home-manager", - "rev": "1cfa305fba94468f665de1bd1b62dddf2e0cb012", + "rev": "7d5927b63cea63deb655b3e8421ae17ebb9feac2", "type": "github" }, "original": { diff --git a/hm/hyprland.nix b/hm/hyprland.nix index e752eed..bdb2bf1 100644 --- a/hm/hyprland.nix +++ b/hm/hyprland.nix @@ -341,6 +341,10 @@ in "noshadow,class:org.kde.kdeconnect.daemon" "noblur,class:org.kde.kdeconnect.daemon" ]; + + workspace = lib.lists.optionals (hostName == "thor") [ + ''10,monitor:"DP-2"'' + ]; }; }; } diff --git a/instances/odin/hm_tiziano.nix b/instances/odin/hm_tiziano.nix index 49590d2..4d682dd 100644 --- a/instances/odin/hm_tiziano.nix +++ b/instances/odin/hm_tiziano.nix @@ -8,7 +8,10 @@ "compose:rctrl" ]; }; - packages = [ pkgs.retroarch-free pkgs.heroic ]; + packages = [ + # pkgs.retroarch-free + pkgs.heroic + ]; }; imports = [ diff --git a/instances/sif/hm.nix b/instances/sif/hm.nix index 241a938..33a925c 100644 --- a/instances/sif/hm.nix +++ b/instances/sif/hm.nix @@ -134,7 +134,7 @@ ../../hm/rclone-mount-bertof.nix ../../hm/research.nix ../../hm/syncthing.nix - ../../hm/vim.nix + # ../../hm/vim.nix ../../hm/virtualization.nix ../../hm/webapp.nix ../../hm/xresources.nix diff --git a/instances/thor/hm.nix b/instances/thor/hm.nix index 622734f..c0e9fb2 100644 --- a/instances/thor/hm.nix +++ b/instances/thor/hm.nix @@ -26,7 +26,7 @@ # minecraft # mycrypto # pcmanfm - retroarch-free + # retroarch-free # seahorse # shotwell # signal-desktop @@ -135,7 +135,7 @@ ../../hm/rclone-mount-bertof.nix ../../hm/research.nix ../../hm/syncthing.nix - ../../hm/vim.nix + # ../../hm/vim.nix ../../hm/virtualization.nix ../../hm/webapp.nix ../../hm/xresources.nix