fixup! feat(home/gui): Switch to avizo
This commit is contained in:
parent
2a410c9240
commit
59b9d067b4
1 changed files with 2 additions and 2 deletions
|
@ -25,8 +25,6 @@ in
|
||||||
|
|
||||||
fonts.fontconfig.enable = true;
|
fonts.fontconfig.enable = true;
|
||||||
|
|
||||||
# Volume/Backlight control and notifications
|
|
||||||
programs.avizo.enable = true;
|
|
||||||
# Browser
|
# Browser
|
||||||
programs.firefox.enable = true;
|
programs.firefox.enable = true;
|
||||||
# Dynamic Menu
|
# Dynamic Menu
|
||||||
|
@ -61,6 +59,8 @@ in
|
||||||
fi
|
fi
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
# Volume/Backlight control and notifications
|
||||||
|
services.avizo.enable = true;
|
||||||
# Auto configure displays
|
# Auto configure displays
|
||||||
services.kanshi.enable = lib.mkDefault true;
|
services.kanshi.enable = lib.mkDefault true;
|
||||||
# Notifications
|
# Notifications
|
||||||
|
|
Loading…
Reference in a new issue