replace programs.mako with services.mako
This commit is contained in:
parent
6a7b8b55b7
commit
527a6bc246
4 changed files with 13 additions and 12 deletions
|
@ -269,7 +269,7 @@ in {
|
|||
xdg.configFile."Element/theme.json".text = builtins.toJSON elementTheme;
|
||||
|
||||
# Mako
|
||||
programs.mako = {
|
||||
services.mako = {
|
||||
backgroundColor = "#${cfg.base16.base00}";
|
||||
textColor = "#${cfg.base16.base07}";
|
||||
borderColor = "#${cfg.base16.base08}";
|
||||
|
|
|
@ -491,7 +491,7 @@ in {
|
|||
'';
|
||||
};
|
||||
|
||||
programs.mako = {
|
||||
services.mako = {
|
||||
enable = lib.mkDefault true;
|
||||
maxVisible = lib.mkDefault 6;
|
||||
extraConfig = lib.generators.toKeyValue {} {
|
||||
|
|
|
@ -62,7 +62,7 @@ in {
|
|||
|
||||
programs.rofi.font = "${cfg.font.name} ${toString cfg.font.size}";
|
||||
|
||||
programs.mako.font = "${cfg.font.name} ${toString cfg.font.size}";
|
||||
services.mako.font = "${cfg.font.name} ${toString cfg.font.size}";
|
||||
|
||||
wayland.windowManager.sway.config.fonts = {
|
||||
names = [cfg.font.name];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue