diff options
author | Vincent Ambo <mail@tazj.in> | 2022-05-30T08·01+0200 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2022-05-30T08·04+0000 |
commit | 4b830207da49b45d085d7da7fe70d1ed9e84a537 (patch) | |
tree | e973a872c3c1c4ea3bfc06f8e8e21b714f1c6f34 | |
parent | 58df008ca93327c7b5692b137963ade5298775e6 (diff) |
chore(tazjin/nixos): Cleanup of systemPackages r/4191
Change-Id: Ica651a2c392dc33b4f076e097d7b3889d50d96c6 Reviewed-on: https://cl.tvl.fyi/c/depot/+/5793 Reviewed-by: tazjin <tazjin@tvl.su> Autosubmit: tazjin <tazjin@tvl.su> Tested-by: BuildkiteCI
-rw-r--r-- | users/tazjin/nixos/modules/physical.nix | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/users/tazjin/nixos/modules/physical.nix b/users/tazjin/nixos/modules/physical.nix index 8b11e1bf0872..2c5dd7fd0bca 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 ]); |