enable automapaper by default
This commit is contained in:
parent
593206d5e9
commit
21283800e3
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ in
|
|||
config = lib.mkIf cfg.enable {
|
||||
modules = {
|
||||
automapaper = {
|
||||
enable = true;
|
||||
enable = lib.mkDefault true;
|
||||
};
|
||||
waybar = {
|
||||
modules = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue