chore: drop unused softwares

This commit is contained in:
2025-07-26 12:21:41 +08:00
parent a39b966a91
commit 17ef457181
23 changed files with 14 additions and 583 deletions

View File

@@ -102,15 +102,20 @@ lib.my.makeSwitch {
ignoreUserConfig = true;
};
};
nixpkgs.overlays = [(
final: prev: lib.infuse prev (lib.genAttrs [ "qq" "vscodium" ] (pkg: {
${pkg}.__output.preInstall.__append = ''
gappsWrapperArgs+=(
--add-flags "\''${NIXOS_OZONE_WL:+\''${WAYLAND_DISPLAY:+--wayland-text-input-version=3}}"
)
'';
}))
)];
nixpkgs.overlays = [
(
final: prev:
lib.infuse prev (
lib.genAttrs [ "qq" "vscodium" ] (pkg: {
${pkg}.__output.preInstall.__append = ''
gappsWrapperArgs+=(
--add-flags "\''${NIXOS_OZONE_WL:+\''${WAYLAND_DISPLAY:+--wayland-text-input-version=3}}"
)
'';
})
)
)
];
my.home.programs.niri.settings = {
binds."Mod+Space".action.spawn = [
"fcitx5-remote"