users/jordan: make graphical config optional
All checks were successful
Check flake / build-amd64-linux (push) Successful in 1m0s
All checks were successful
Check flake / build-amd64-linux (push) Successful in 1m0s
This commit is contained in:
parent
7ce5026e62
commit
2b11c3f256
@ -38,7 +38,6 @@ in
|
|||||||
imports = [
|
imports = [
|
||||||
./common/git.nix
|
./common/git.nix
|
||||||
./common/gpg.nix
|
./common/gpg.nix
|
||||||
./common/graphical
|
|
||||||
./common/neovim.nix
|
./common/neovim.nix
|
||||||
./common/pass.nix
|
./common/pass.nix
|
||||||
./common/shell.nix
|
./common/shell.nix
|
||||||
|
9
users/jordan/odyssey.nix
Normal file
9
users/jordan/odyssey.nix
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
...
|
||||||
|
}:
|
||||||
|
|
||||||
|
{
|
||||||
|
imports = [
|
||||||
|
./common/optional/graphical
|
||||||
|
];
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user