diff --git a/home/natto/pkgs.nix b/home/natto/pkgs.nix index 39df982..84735ce 100644 --- a/home/natto/pkgs.nix +++ b/home/natto/pkgs.nix @@ -8,7 +8,6 @@ pamixer mpdas pavucontrol - unstable.anup (xfce.thunar.override { thunarPlugins = with xfce; [ thunar-media-tags-plugin @@ -18,12 +17,12 @@ }) xfce.xfconf xfce.tumbler - master.discord - master.discord-canary + (master.discord.override { + nss = nss_latest; + }) mpd_discord_richpresence sox qbittorrent - #tor-browser-bundle-bin mpc_cli hexchat luajit @@ -57,8 +56,8 @@ })) pmidi # dosbox + rust-analyzer authy - unstable.premid (master.tauon.override { withDiscordRPC = true; }) nbfc-linux pulseaudio @@ -84,11 +83,8 @@ spotify teams (qjackctl.override { jackSession = true; }) - thunderbird neomutt mailcap - element-desktop - syncplay betterdiscordctl python3Packages.pygments calibre @@ -97,6 +93,6 @@ tlauncher lutris gnome.zenity - protontricks + imagemagick ]; } diff --git a/home/natto/secrets/.zshrc.age b/home/natto/secrets/.zshrc.age index 7f01fb6..9a7d53e 100644 Binary files a/home/natto/secrets/.zshrc.age and b/home/natto/secrets/.zshrc.age differ diff --git a/home/natto/services.nix b/home/natto/services.nix index b9e1d5b..2c79eec 100644 --- a/home/natto/services.nix +++ b/home/natto/services.nix @@ -98,7 +98,8 @@ in quality "9" name "Vorbis Stream" port "8001" - max_clients "4" + max_clients "0" + always_on "yes" } filesystem_charset "UTF-8" ''; diff --git a/home/natto/xsession.nix b/home/natto/xsession.nix index 9440c6f..661c6c4 100644 --- a/home/natto/xsession.nix +++ b/home/natto/xsession.nix @@ -4,6 +4,7 @@ package = pkgs.numix-cursor-theme; name = "Numix"; }; + xsession = { windowManager = { xmonad = {