refactoring for isServer and isWorkstation: part 4

This commit is contained in:
William 2025-03-13 15:47:49 -03:00
parent 6addea64c4
commit a52ca12286
17 changed files with 300 additions and 239 deletions

14
users/user.nix Normal file
View file

@ -0,0 +1,14 @@
{ ... }:
{
home = {
username = "user";
homeDirectory = "/home/user";
stateVersion = "22.05";
};
imports = [
./modules
./user
];
}