home-manager: inital commit

This commit is contained in:
Evar Smith 2025-06-25 01:35:01 -04:00
parent faaaa3d324
commit 2cbef00925
31 changed files with 1558 additions and 0 deletions

5
home/work/default.nix Normal file
View file

@ -0,0 +1,5 @@
{
imports = [
./xfreerdp.nix
];
}