Let's do it this way instead

This commit is contained in:
Lillian Violet 2024-01-30 12:07:57 +01:00
parent e9cddb0dcf
commit dda2303cbe
2 changed files with 4 additions and 4 deletions

View file

@ -63,6 +63,10 @@
}; };
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
# Custom tools
dvd
dvt
# System tools # System tools
direnv direnv
docker docker

View file

@ -7,10 +7,6 @@
... ...
}: { }: {
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
# Custom tools
dvd
dvt
# System tools # System tools
age age
git git