initial commit

This commit is contained in:
= 2024-03-11 00:34:01 -05:00
commit 8ea01dbfac
11 changed files with 659 additions and 0 deletions

4
users/_common/home.nix Normal file
View file

@ -0,0 +1,4 @@
{ pkgs, ... }: {
home.stateVersion = "23.11";
programs.home-manager.enable = true;
}