Gitiles
Code Review
Sign In
git.clicks.codes
/
Chimera
/
NixFiles
/
refs/heads/chimera
/
.
/
modules
/
home
/
terminal
/
default.nix
blob: a8eb099511ca0aadd5b2a1278d384bd6076b1a1f [
file
] [
log
] [
blame
]
{
lib
,
...
}:
{
options
.
chimera
.
terminal
.
default
=
lib
.
mkOption
{
type
=
lib
.
types
.
str
;
description
=
"Your default terminal, used in window manager configuration, etc."
;
};
}