1

Nixos: Update options soon to be deprecated

This commit is contained in:
2024-09-22 20:37:47 +02:00
parent 57f346fee0
commit edaa8588b6
2 changed files with 21 additions and 23 deletions

View File

@ -388,6 +388,7 @@ rec {
protonmail-bridge
thunderbird # TODO: Email module
# xwaylandvideobridge # NOTE: Doesn't work
AusweisApp2
# Office
wacomtablet # For xournalpp/krita
@ -402,19 +403,6 @@ rec {
# TODO: Module, I need to add python packages from multiple modules to the same interpreter
python312
AusweisApp2
# Games
# NOTE: Does not run with wayland
# (retroarch.override {
# cores = with libretro; [
# desmume
# melonds
# ];
# })
# melonDS # NOTE: Doesn't work - No QT platform plugin for wayland
desmume
# Use NixCommunity binary cache
cachix
@ -826,6 +814,11 @@ rec {
};
};
# Fix Discord rich presence for Flatpak
systemd.user.tmpfiles.rules = [
"L %t/discord-ipc-0 - - - - app/com.discordapp.Discord/discord-ipc-0"
];
# Nicely reload system units when changing configs
systemd.user.startServices = "sd-switch";
}