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

This commit is contained in:
Jordan Holt 2025-04-28 21:07:12 +01:00
parent 7ce5026e62
commit 2b11c3f256
Signed by: jordan
GPG Key ID: B8CFFF61F1CCF520
12 changed files with 9 additions and 1 deletions

View File

@ -38,7 +38,6 @@ in
imports = [
./common/git.nix
./common/gpg.nix
./common/graphical
./common/neovim.nix
./common/pass.nix
./common/shell.nix

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

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