ljdalkjdsalkj
This commit is contained in:
@@ -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;
|
||||
#};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user