feat(nvim): commandline on status line

This commit is contained in:
Florian Schmitt 2025-02-08 15:50:16 +03:00
parent 859628b2bd
commit ea70d4889a
3 changed files with 3 additions and 4 deletions

View file

@ -6,6 +6,7 @@
networking.hostName = "dragon";
networking.extraHosts = ''
127.0.0.1 yeswiki.test
163.172.173.184 aleks-test-install-bookworm.test
'';
networking.networkmanager.enable = true;