From 3b07ce4f54c7b8f17ab3450d9eeb82e9e01c2adf Mon Sep 17 00:00:00 2001 From: Frost-Phoenix <67cyril6767@gmail.com> Date: Thu, 14 Dec 2023 16:04:26 +0100 Subject: [PATCH] clean up --- modules/home/waybar/waybar.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/modules/home/waybar/waybar.nix b/modules/home/waybar/waybar.nix index 621df33..c50e873 100644 --- a/modules/home/waybar/waybar.nix +++ b/modules/home/waybar/waybar.nix @@ -2,10 +2,6 @@ { programs.waybar = { enable = true; - # systemd = { - # enable = false; - # target = "graphical-session.target"; - # }; }; programs.waybar.package = pkgs.waybar.overrideAttrs (oa: { mesonFlags = (oa.mesonFlags or [ ]) ++ [ "-Dexperimental=true" ];