added nixfmt-tree as formatter
also ran it, which is why so many files were modified
This commit is contained in:
parent
e8487933ec
commit
f482d6f06b
14 changed files with 125 additions and 108 deletions
|
@ -1,4 +1,5 @@
|
|||
{config, ...}: {
|
||||
{ config, ... }:
|
||||
{
|
||||
programs.waybar = {
|
||||
enable = true;
|
||||
systemd.enable = true; # using these instead of exec-once beacuse SOME packages (swaync) dont let you disable them
|
||||
|
@ -7,7 +8,7 @@
|
|||
layer = "top";
|
||||
position = "top";
|
||||
height = 30;
|
||||
modules-left = ["hyprland/workspaces"];
|
||||
modules-left = [ "hyprland/workspaces" ];
|
||||
modules-center = [
|
||||
"clock"
|
||||
"custom/swaync"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue