ryzenbox: enable Spotify

This commit is contained in:
Harsh Shandilya 2024-04-07 11:56:39 +05:30
parent 899df57696
commit 505d87fd3b
4 changed files with 5 additions and 5 deletions

View File

@ -6,6 +6,7 @@ _: {
profiles.mpv.enable = true;
profiles.pass.enable = true;
profiles.spotify.enable = true;
profiles.vscode.enable = true;
home.stateVersion = "21.05";

View File

@ -1,7 +1,6 @@
{
config,
lib,
pkgs,
system,
inputs,
...

View File

@ -16,6 +16,10 @@ in {
programs.seahorse.enable = true;
services.gnome.gnome-keyring.enable = true;
# Enable Wayland compatibility workarounds within Nixpkgs
environment.variables.ELECTRON_OZONE_PLATFORM_HINT = "x11";
environment.variables.NIXOS_OZONE_WL = "1";
environment.systemPackages = with pkgs; [wl-clipboard];
# Required by the tophat extension
services.xserver.desktopManager.gnome.sessionPath = with pkgs; [libgtop];

View File

@ -17,9 +17,6 @@
# boot.loader.efi.canTouchEfiVariables = true;
boot.kernelPackages = pkgs.linuxPackages_xanmod_latest;
# Electron balks at Wayland, this seems to make it behave.
environment.variables.ELECTRON_OZONE_PLATFORM_HINT = "x11";
snowfallorg.users.msfjarvis.home.config = {
stylix = {
targets = {
@ -101,7 +98,6 @@
nix-update
jarvis.patreon-dl
jarvis.pidcat
psst
(python312.withPackages (ps: with ps; [beautifulsoup4 black requests virtualenv]))
scrcpy
smile