separate into machine and user specific profiles
This commit is contained in:
parent
7d9fe63a4a
commit
3849967624
6 changed files with 95 additions and 49 deletions
8
home/plank.nix
Normal file
8
home/plank.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
|
||||
home.username = "plank";
|
||||
home.homeDirectory = "/home/plank";
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue