refactor: split into modules

This commit is contained in:
Oliver Davies 2022-09-26 23:50:43 +01:00
parent 501fe8533f
commit 8c281cd5d2
5 changed files with 229 additions and 215 deletions

View file

@ -0,0 +1,9 @@
{ config, pkgs, ... }:
{
home.username = "opdavies";
home.homeDirectory = "/home/opdavies";
home.stateVersion = "22.05";
programs.home-manager.enable = true;
}