feat(home): disable stylix css for waybar
This commit is contained in:
parent
3f4c051fe1
commit
7f06f204a8
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
{ pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
{
|
{
|
||||||
home.sessionVariables.STATUS_BAR = "waybar";
|
home.sessionVariables.STATUS_BAR = "waybar";
|
||||||
|
stylix.targets.waybar.addCss = false;
|
||||||
programs.waybar = {
|
programs.waybar = {
|
||||||
settings = [
|
settings = [
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue