home/waybar: fix IFD
This commit is contained in:
parent
fa7784cced
commit
2726ebc8ac
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ in
|
||||||
config = mkIf cfg.enable {
|
config = mkIf cfg.enable {
|
||||||
programs.waybar = {
|
programs.waybar = {
|
||||||
enable = true;
|
enable = true;
|
||||||
style = readFile ./waybar.css;
|
style = ./waybar.css;
|
||||||
settings = {
|
settings = {
|
||||||
main = {
|
main = {
|
||||||
margin = "2px 3px 2 3px";
|
margin = "2px 3px 2 3px";
|
||||||
|
|
Loading…
Add table
Reference in a new issue