Disable broken packages
This commit is contained in:
parent
32d11e907f
commit
34997e9134
5 changed files with 14 additions and 7 deletions
6
flake.lock
generated
6
flake.lock
generated
|
|
@ -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": {
|
||||
|
|
|
|||
|
|
@ -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"''
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -8,7 +8,10 @@
|
|||
"compose:rctrl"
|
||||
];
|
||||
};
|
||||
packages = [ pkgs.retroarch-free pkgs.heroic ];
|
||||
packages = [
|
||||
# pkgs.retroarch-free
|
||||
pkgs.heroic
|
||||
];
|
||||
};
|
||||
|
||||
imports = [
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue