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;
|
||||
|
||||
# Volume/Backlight control and notifications
|
||||
programs.avizo.enable = true;
|
||||
# Browser
|
||||
programs.firefox.enable = true;
|
||||
# Dynamic Menu
|
||||
|
@ -61,6 +59,8 @@ in
|
|||
fi
|
||||
'';
|
||||
|
||||
# Volume/Backlight control and notifications
|
||||
services.avizo.enable = true;
|
||||
# Auto configure displays
|
||||
services.kanshi.enable = lib.mkDefault true;
|
||||
# Notifications
|
||||
|
|
Loading…
Reference in a new issue