Refactored home configurations

Comon config is handled in `modules/home/home/default.nix`.
This commit is contained in:
alejandro-angulo 2024-08-22 16:47:23 -07:00
parent 92aec37282
commit 14620e645f
Signed by: alejandro-angulo
GPG key ID: 75579581C74554B6
5 changed files with 61 additions and 28 deletions

View file

@ -0,0 +1,3 @@
{...}: {
aa.isHeadless = false;
}