updated i3 status bar
This commit is contained in:
parent
0820cfdc1d
commit
7c0da89e38
4 changed files with 49 additions and 32 deletions
nixos/components/terminal
|
@ -3,7 +3,8 @@ with lib;
|
|||
{
|
||||
options.components.terminal.heygpt.enable = mkOption {
|
||||
type = lib.types.bool;
|
||||
default = config.components.terminal.enable;
|
||||
#default = config.components.terminal.enable;
|
||||
default = false;
|
||||
};
|
||||
|
||||
config = mkIf (config.components.terminal.heygpt.enable) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue