separate into machine and user specific profiles

This commit is contained in:
atagen 2022-08-18 20:38:00 +10:00
parent 7d9fe63a4a
commit 3849967624
6 changed files with 95 additions and 49 deletions

8
home/plank.nix Normal file
View file

@ -0,0 +1,8 @@
{ config, pkgs, ... }:
{
home.username = "plank";
home.homeDirectory = "/home/plank";
}