My Nix Configuration

[homes] Add thought users

Changed files
+20
homes
x86_64-linux
pyrox@thought
thehedgehog@thought
+10
homes/x86_64-linux/pyrox@thought/default.nix
···
+
{ osConfig, ... }:
+
{
+
snowfallorg.user = {
+
enable = true;
+
};
+
home.stateVersion = osConfig.system.stateVersion;
+
py = {
+
profiles.server.enable = true;
+
};
+
}
+10
homes/x86_64-linux/thehedgehog@thought/default.nix
···
+
{ osConfig, ... }:
+
{
+
snowfallorg.user = {
+
enable = true;
+
};
+
home.stateVersion = osConfig.system.stateVersion;
+
py = {
+
profiles.server.enable = true;
+
};
+
}