1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-08-01 12:37:46 +00:00

Actually disable nano

This commit is contained in:
RGBCube 2024-01-15 17:56:07 +03:00
parent adb759f888
commit 5ed2d5321a
No known key found for this signature in database

View file

@ -2,4 +2,6 @@
systemConfiguration { systemConfiguration {
environment.defaultPackages = []; environment.defaultPackages = [];
programs.nano.enable = false; # Garbage.
} }