This commit is contained in:
nora 2025-08-01 18:35:15 +02:00
parent 89701424c0
commit 9fac3b70b3
3 changed files with 207 additions and 194 deletions

7
home-manager/laptop.nix Normal file
View file

@ -0,0 +1,7 @@
{ ... }: {
imports = [
./home.nix
];
is-laptop = true;
}