home: alacritty: setup config
This commit is contained in:
parent
36d8b273b7
commit
0e07f901bc
9 changed files with 196 additions and 11 deletions
|
|
@ -3,6 +3,10 @@ with lib;
|
|||
let
|
||||
themeType = types.submodule {
|
||||
options = {
|
||||
alacrittyTheme = mkOption {
|
||||
type = import ./alacritty.nix { inherit lib; };
|
||||
default = {};
|
||||
};
|
||||
i3Theme = mkOption {
|
||||
type = import ./i3.nix { inherit lib; };
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue