📦 big package cleanup

This commit is contained in:
2023-05-03 20:29:40 -04:00
parent 420c80b4a1
commit cb82a5558a
5 changed files with 2 additions and 15 deletions

View File

@@ -14,7 +14,7 @@
# List packages installed in system profile. To search by name, run:
# $ nix-env -qaP | grep wget
environment.systemPackages = with pkgs; [ emacs ];
# environment.systemPackages = with pkgs; [ emacs ];
# Auto upgrade nix package and the daemon service.
services.nix-daemon.enable = true;