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

View File

@@ -16,6 +16,8 @@
home.packages = with pkgs;
[
colmena # nixos's remote deployment tool
# db related
dbeaver
mycli
@@ -54,6 +56,7 @@
mitmproxy # http/https proxy tool
insomnia # REST client
wireshark # network analyzer
ventoy # create bootable usb
]
else []
);

View File

@@ -23,10 +23,7 @@
# List packages installed in system profile. To search, run:
# $ nix search wget
environment.systemPackages = with pkgs; [
ventoy
gnumake
colmena # nixos's remote deployment tool
];
services = {