switch to native spotify, fix discord on cuda-wayland
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user