switch to native spotify, fix discord on cuda-wayland

This commit is contained in:
2023-06-26 23:11:42 +02:00
parent 1b052f57af
commit 552fc00f87
2 changed files with 17 additions and 2 deletions

View File

@@ -2,6 +2,12 @@
{
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
"discord"
"telegra-desktop"
"spotify"
];
home.packages = with pkgs; [
atom # TODO: config
pulsar # TODO: config, transition into this
@@ -20,7 +26,7 @@
];
# flatpak
# TODO: this requires a logout+login to take effect
home.activation.addFlathubRemote = lib.hm.dag.entryAfter ["writeBoundary"] ''
if command -v flatpak >/dev/null; then
$DRY_RUN_CMD \