users/jordan: make graphical config optional
All checks were successful
Check flake / build-amd64-linux (push) Successful in 1m0s

This commit is contained in:
2025-04-28 21:07:12 +01:00
parent 7ce5026e62
commit 2b11c3f256
12 changed files with 9 additions and 1 deletions

9
users/jordan/odyssey.nix Normal file
View File

@@ -0,0 +1,9 @@
{
...
}:
{
imports = [
./common/optional/graphical
];
}