From 4b830207da49b45d085d7da7fe70d1ed9e84a537 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Mon, 30 May 2022 10:01:59 +0200 Subject: chore(tazjin/nixos): Cleanup of systemPackages Change-Id: Ica651a2c392dc33b4f076e097d7b3889d50d96c6 Reviewed-on: https://cl.tvl.fyi/c/depot/+/5793 Reviewed-by: tazjin Autosubmit: tazjin Tested-by: BuildkiteCI --- users/tazjin/nixos/modules/physical.nix | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/users/tazjin/nixos/modules/physical.nix b/users/tazjin/nixos/modules/physical.nix index 8b11e1bf08..2c5dd7fd0b 100644 --- a/users/tazjin/nixos/modules/physical.nix +++ b/users/tazjin/nixos/modules/physical.nix @@ -12,17 +12,16 @@ in users.tazjin.screenLock users.tazjin.emacs third_party.agenix.cli + third_party.josh ]) ++ # programs from nixpkgs (with pkgs; [ amber - audacity bat curl ddcutil direnv - # dmd # TODO(tazjin): temporarily broken in nixpkgs, reinstall when it works again dnsutils electrum emacsNativeComp # emacsclient @@ -30,7 +29,6 @@ in fd file firefox - fractal gdb gh git @@ -53,7 +51,6 @@ in notmuch openssh openssl - paperlike-go pass-otp pavucontrol pinentry @@ -63,6 +60,7 @@ in quasselClient rink ripgrep + rust-analyzer rustup screen scrot @@ -72,6 +70,7 @@ in unzip vlc whois + xclip xsecurelock zoxide ]); -- cgit 1.4.1