why do you really need this?
This commit is contained in:
alsaiduq-lab 2025-09-02 13:20:35 -06:00
parent f74f742066
commit f8a5e7a715
2 changed files with 5 additions and 0 deletions

4
hosts/modules/nano.nix Normal file
View file

@ -0,0 +1,4 @@
{...}:
{
programs.nano.enable = false;
}