diff options
author | stuebinm | 2023-03-24 03:20:04 +0100 |
---|---|---|
committer | stuebinm | 2023-03-24 03:20:04 +0100 |
commit | 6840fd8748b570faabfe054835c5d3edb56f471d (patch) | |
tree | 60f9c52e4b0848ef3bf650efeae5cc0dad176ff2 /home | |
parent | 7eddcb4ab50ef482ff36701648854d4c7c3ce177 (diff) |
update inputs
also remove some old stuff. also deduplicate the erlangs on my akkoma.
also remove chromium, since for some reason hydra hasn't built it yet
and I'm not fancying compiling it myself.
also remove the whole sshd mosh stuff for the chat, since that broke
tmux-on-login.
Diffstat (limited to 'home')
-rw-r--r-- | home/packages.nix | 4 | ||||
-rw-r--r-- | home/unstable.nix | 6 |
2 files changed, 2 insertions, 8 deletions
diff --git a/home/packages.nix b/home/packages.nix index 78c6b4c..ccbc3d4 100644 --- a/home/packages.nix +++ b/home/packages.nix @@ -10,8 +10,8 @@ in emacs-all-the-icons-fonts nerdfonts # internet apps & clients - firefox keepassxc chromium mumble lynx - openconnect matterhorn tdesktop monolith gomuks + firefox keepassxc mumble lynx thunderbird + openconnect matterhorn tdesktop monolith # graphics & audio audacity blender darktable kdenlive moc ffmpeg-full gimp-with-plugins inkscape krita meshlab pavucontrol moc diff --git a/home/unstable.nix b/home/unstable.nix index fc22c80..cf34be8 100644 --- a/home/unstable.nix +++ b/home/unstable.nix @@ -5,12 +5,6 @@ with import inputs.nixpkgs-unstable {inherit system; }; home.packages = [ dino nyxt - zulip-term - carp - foliate - elixir_1_12 - elixir_ls - thunderbird (stdenv.mkDerivation { name = "signal-wayland"; src = signal-desktop; |