initial system

This commit is contained in:
atagen 2022-08-17 20:52:09 +10:00
commit ef1bc02be4
3 changed files with 223 additions and 0 deletions

10
home/home.nix Normal file
View file

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