homemmanegr
This commit is contained in:
6
modules/home/user.nix
Normal file
6
modules/home/user.nix
Normal file
@@ -0,0 +1,6 @@
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
home.username = "poslop";
|
||||
home.homeDirectory = "/home/poslop";
|
||||
}
|
||||
Reference in New Issue
Block a user