add wsl profiles

This commit is contained in:
UGA Innovation Factory
2025-12-11 17:42:17 -05:00
parent 9f7198065b
commit 11a9fcd038
5 changed files with 91 additions and 0 deletions

View File

@@ -38,5 +38,13 @@
# Example of using an external flake for configuration:
# flakeUrl = "github:hdh20267/dotfiles";
};
sv22900 = {
description = "Alireza Vaezi";
extraGroups = [
"networkmanager"
"wheel"
];
shell = pkgs.zsh;
};
};
}