Skip to content

Commit

Permalink
nixos/metis: refine packages list for metis
Browse files Browse the repository at this point in the history
Added: vim, bubblewrap
Removed: clash-meta (this is referenced in systemd clash.service)
  • Loading branch information
inclyc committed Dec 27, 2023
1 parent 7673acc commit 061cbcb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion nixos/configurations/metis/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@
environment.systemPackages = with pkgs; [
gnumake
qemu
clash-meta

gdb
file
Expand All @@ -69,6 +68,11 @@
age
ssh-to-age

unzip
bubblewrap

vim


valgrind
meson
Expand Down

0 comments on commit 061cbcb

Please sign in to comment.