respect nvim user config option

This commit is contained in:
UGA Innovation Factory
2025-12-16 13:47:50 -05:00
parent 69b63479d6
commit 870f5601b0
8 changed files with 321 additions and 159 deletions

View File

@@ -19,7 +19,8 @@
config = {
wsl.enable = true;
wsl.defaultUser = config.ugaif.host.wsl.user;
wsl.defaultUser =
if config.ugaif.forUser != null then config.ugaif.forUser else config.ugaif.host.wsl.user;
# Enable the headless software profile
ugaif.sw.enable = lib.mkDefault true;