From ed8bf890ee9ae24ca9d8ae8f01c2b4c773431b21 Mon Sep 17 00:00:00 2001 From: Charlie Root Date: Mon, 23 Sep 2024 18:54:07 +0200 Subject: [PATCH] hosts: clean up programs --- hosts/hermit/programs.nix | 3 --- hosts/temperance/programs.nix | 37 +++-------------------------------- 2 files changed, 3 insertions(+), 37 deletions(-) diff --git a/hosts/hermit/programs.nix b/hosts/hermit/programs.nix index c65ca13..5c15275 100644 --- a/hosts/hermit/programs.nix +++ b/hosts/hermit/programs.nix @@ -65,10 +65,7 @@ v4l-utils vlc weechat - wget wireguard-tools - wl-clipboard - xdg-utils xournalpp zapzap zip diff --git a/hosts/temperance/programs.nix b/hosts/temperance/programs.nix index c096783..acafeb5 100644 --- a/hosts/temperance/programs.nix +++ b/hosts/temperance/programs.nix @@ -1,21 +1,17 @@ {pkgs, ...}: { environment.systemPackages = with pkgs; [ + # FIXME: temporary + # libayatana-appindicator-gtk3 + libayatana-appindicator alsa-utils asciinema - blueman cachix calc calibre - cbonsai - cmus difftastic - element element-desktop evince eza - fftw - grc - git halloy helvum httpie @@ -25,60 +21,33 @@ impala imv inetutils - jrnl keepassxc lazygit libtool - links2 - mapscii - moc - ncmpcpp - neofetch - networkmanagerapplet nextcloud-client nicotine-plus - nil - nitch swww microfetch nmap - notesnook onlyoffice-bin - pamixer pavucontrol pdfarranger - pfetch - pidgin - playerctl polkit - prismlauncher pulsemixer python3 pwvucontrol qbittorrent - qutebrowser r2modman ripgrep signal-desktop-beta - smartmontools - strawberry telegram-desktop - tldr thunderbird tor-browser trash-cli - ungoogled-chromium - util-linux - v4l-utils - vlc - weechat - wget wireguard-tools - wl-clipboard xdg-utils xournalpp zapzap - zip zoxide ]; }