feat: install colmena & ventoy at user-level

This commit is contained in:
Ryan Yin
2024-02-27 21:36:23 +08:00
parent bff316ab7e
commit 8deb3f809b
2 changed files with 3 additions and 3 deletions
+3
View File
@@ -16,6 +16,8 @@
home.packages = with pkgs; home.packages = with pkgs;
[ [
colmena # nixos's remote deployment tool
# db related # db related
dbeaver dbeaver
mycli mycli
@@ -54,6 +56,7 @@
mitmproxy # http/https proxy tool mitmproxy # http/https proxy tool
insomnia # REST client insomnia # REST client
wireshark # network analyzer wireshark # network analyzer
ventoy # create bootable usb
] ]
else [] else []
); );
-3
View File
@@ -23,10 +23,7 @@
# List packages installed in system profile. To search, run: # List packages installed in system profile. To search, run:
# $ nix search wget # $ nix search wget
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
ventoy
gnumake gnumake
colmena # nixos's remote deployment tool
]; ];
services = { services = {