Use mate-terminal to save battery
This commit is contained in:
parent
fd6df30f66
commit
6aac481e83
4 changed files with 15 additions and 8 deletions
|
@ -38,7 +38,7 @@ with lib;
|
|||
enableTabs = mkOption {
|
||||
type = types.bool;
|
||||
description = "Enable tabs";
|
||||
default = pkgs.stdenc.isDarwin;
|
||||
default = pkgs.stdenv.isDarwin;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue