remove hyprland extraConfig option and move all to nixified settings option
This commit is contained in:
parent
11cb74ce0d
commit
667d5fd2eb
5 changed files with 55 additions and 53 deletions
|
@ -2,7 +2,7 @@
|
|||
{
|
||||
programs.waybar = {
|
||||
enable = true;
|
||||
systemd.enable = false;
|
||||
systemd.enable = true; # using these instead of exec-once beacuse SOME packages (swaync) dont let you disable them
|
||||
settings = {
|
||||
mainBar = {
|
||||
layer = "top";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue