Split config between home and work

This commit is contained in:
Jérémie SALVI
2025-10-07 15:47:16 +02:00
parent 8bc6a0157c
commit 9291b952e2
6 changed files with 120 additions and 9 deletions

View File

@@ -1,4 +1,5 @@
{
pkgs,
...
}:
{
@@ -25,4 +26,7 @@
### Import Graphics modules
../desktop/amd.nix
];
networking.wireless.iwd.enable = true;
}