Compare commits
15 commits
b030f710bd
...
2c88edc511
| Author | SHA1 | Date | |
|---|---|---|---|
| 2c88edc511 | |||
| a371ab9406 | |||
| 452a1e9645 | |||
| 537e16501b | |||
| f02465091c | |||
| ba6d0ee918 | |||
| 8233f8e3d9 | |||
| 5381aa79de | |||
| 4086e94d3c | |||
| 457d4841ea | |||
| c2f07a6529 | |||
| 8e0ea3593c | |||
| 70f651c5fa | |||
| 6a7037f2a6 | |||
| 4d9bab8daf |
2 changed files with 3 additions and 3 deletions
|
|
@ -10,7 +10,7 @@ in
|
|||
};
|
||||
|
||||
alacritty = {
|
||||
enable = lib.mkEnableOption "alacritty" // {
|
||||
enable = mkEnableOption "alacritty" // {
|
||||
default = config.my.home.terminal.default == "alacritty";
|
||||
};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -9,8 +9,8 @@ in
|
|||
type = with types; nullOr (enum [ "termite" ]);
|
||||
};
|
||||
|
||||
termite = with lib; {
|
||||
enable = lib.mkEnableOption "termite" // {
|
||||
termite = {
|
||||
enable = mkEnableOption "termite" // {
|
||||
default = config.my.home.terminal.default == "termite";
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue