Let's do it this way instead
This commit is contained in:
parent
bc660ef7d2
commit
a0ff903ee1
|
@ -63,6 +63,10 @@
|
|||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
# Custom tools
|
||||
dvd
|
||||
dvt
|
||||
|
||||
# System tools
|
||||
direnv
|
||||
docker
|
||||
|
|
|
@ -7,10 +7,6 @@
|
|||
...
|
||||
}: {
|
||||
environment.systemPackages = with pkgs; [
|
||||
# Custom tools
|
||||
dvd
|
||||
dvt
|
||||
|
||||
# System tools
|
||||
age
|
||||
git
|
||||
|
|
Loading…
Reference in a new issue