ljdalkjdsalkj

This commit is contained in:
2023-06-29 02:43:56 +02:00
parent 4a690cac13
commit a2ab641f72
3 changed files with 10 additions and 15 deletions

View File

@@ -8,13 +8,14 @@
discord
element-desktop#-wayland
slack
telegram-desktop
f3d
firefox
zotero
gnome.eog
gnome-connections
scrcpy
#spotify # use the flatpak instead
#spotify # use flathub version instead
transgui #transmission-remote-gtk
];
@@ -28,18 +29,10 @@
'';
# TODO: automatic flatpak updates
/** /
# fix spotify facebook login (i instead opt for flatpack, as it how fails with some libcurl stuff)
nixpkgs.overlays = [(final: prev: {
spotify = prev.spotify.override {
nss = prev.nss_latest;
};
})];
/**/
# Do not keep me from using the app just to force an update
xdg.configFile."discord/settings.json".text = builtins.toJSON {
SKIP_HOST_UPDATE = true;
};
# TODO: fix collision
## Do not keep me from using the app just to force an update
#xdg.configFile."discord/settings.json".text = builtins.toJSON {
# SKIP_HOST_UPDATE = true;
#};
}