diff --git a/home-manager/home.nix b/home-manager/home.nix index eea40ec..3afef7d 100644 --- a/home-manager/home.nix +++ b/home-manager/home.nix @@ -51,6 +51,9 @@ packages = [ (pkgs.nerdfonts.override { fonts = [ "SourceCodePro" ]; }) + + pkgs.discord + pkgs.spotify ]; }; diff --git a/nixos/configuration.nix b/nixos/configuration.nix index 8b8859f..c242f0e 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -123,9 +123,6 @@ papirus-icon-theme # Menu kind xfce.xfce4-whiskermenu-plugin - - # Spotify - spotify ]; # This value determines the NixOS release from which the default