Add initial testfiles for home manager

This commit is contained in:
Martin Larsson 2025-01-16 09:08:32 +00:00
parent 82e391c872
commit 24186358fa
4 changed files with 126 additions and 0 deletions

5
nix/home.nix Normal file
View file

@ -0,0 +1,5 @@
{ ... }: {
home = {
stateVersion = "24.05";
};
}