Compare commits
15 commits
2c88edc511
...
b030f710bd
| Author | SHA1 | Date | |
|---|---|---|---|
| b030f710bd | |||
| 7cd11808c8 | |||
| 3ce9a648a8 | |||
| c38eb02232 | |||
| 0b20f86897 | |||
| 86c3333e0b | |||
| ca6d14648e | |||
| 9394de1f31 | |||
| f0cc71da5f | |||
| 153a28158c | |||
| aa4ef9b0a1 | |||
| 501645aae1 | |||
| 8d55daebbc | |||
| 571f794ced | |||
| 4873ae096f |
2 changed files with 3 additions and 3 deletions
|
|
@ -10,7 +10,7 @@ in
|
|||
};
|
||||
|
||||
alacritty = {
|
||||
enable = mkEnableOption "alacritty" // {
|
||||
enable = lib.mkEnableOption "alacritty" // {
|
||||
default = config.my.home.terminal.default == "alacritty";
|
||||
};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -9,8 +9,8 @@ in
|
|||
type = with types; nullOr (enum [ "termite" ]);
|
||||
};
|
||||
|
||||
termite = {
|
||||
enable = mkEnableOption "termite" // {
|
||||
termite = with lib; {
|
||||
enable = lib.mkEnableOption "termite" // {
|
||||
default = config.my.home.terminal.default == "termite";
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue