Skip to content

Commit

Permalink
seth: don't force wayland on spotify
Browse files Browse the repository at this point in the history
  • Loading branch information
getchoo committed Jan 31, 2025
1 parent a99bddd commit 53bf1a6
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion users/seth/desktop/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,12 @@ in

pkgs.prismlauncher

pkgs.spotify
(pkgs.spotify.overrideAttrs {
# Spotify doesn't work well on Wayland natively. Don't force it
preFixup = ''
gappsWrapperArgs+=(--unset NIXOS_OZONE_WL)
'';
})
];

programs.ghostty.enable = true;
Expand Down

0 comments on commit 53bf1a6

Please sign in to comment.