Disable broken packages

This commit is contained in:
Filippo Berto 2026-01-04 18:01:45 +01:00
parent 32d11e907f
commit 34997e9134
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED
5 changed files with 14 additions and 7 deletions

6
flake.lock generated
View file

@ -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": {

View file

@ -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"''
];
};
};
}

View file

@ -8,7 +8,10 @@
"compose:rctrl"
];
};
packages = [ pkgs.retroarch-free pkgs.heroic ];
packages = [
# pkgs.retroarch-free
pkgs.heroic
];
};
imports = [

View file

@ -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

View file

@ -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