feat(ironbar): Add optional battery module
This commit is contained in:
parent
db7e1c050b
commit
d286a7eac9
3 changed files with 51 additions and 7 deletions
|
|
@ -141,7 +141,7 @@ in {
|
|||
'';
|
||||
};
|
||||
filePickerPortal = lib.mkOption {
|
||||
default = "gnome";
|
||||
default = "gtk";
|
||||
example = "kde";
|
||||
type = with lib.types; (enum ["gnome" "kde" "gtk" "disable"]);
|
||||
description = ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue