diff options
author | Silas Schöffel <sils@sils.li> | 2025-08-24 05:20:37 +0200 |
---|---|---|
committer | Silas Schöffel <sils@sils.li> | 2025-08-24 05:20:37 +0200 |
commit | d3cfa8d8d39124ffb55b0ae72579b5d36bf76ec7 (patch) | |
tree | 9bfe10cae4c51f36250b07500f4029dd835ec163 | |
parent | hyprland: change rounding to 10 (diff) | |
download | nix-config-d3cfa8d8d39124ffb55b0ae72579b5d36bf76ec7.zip |
hyprland: don't execute mako
-rw-r--r-- | modules/hm/sils/hyprland.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/hm/sils/hyprland.nix b/modules/hm/sils/hyprland.nix index 46177b5..5c4a452 100644 --- a/modules/hm/sils/hyprland.nix +++ b/modules/hm/sils/hyprland.nix @@ -203,7 +203,6 @@ in { #"${pkgs.nwg-panel}/bin/nwg-panel" "${pkgs.networkmanagerapplet}/bin/nm-applet --indicator" #"${pkgs.waybar}/bin/waybar" - "${pkgs.mako}/bin/mako" "${pkgs.swaybg}/bin/swaybg -i ${self}/files/wallpaper.jpg" ]; }; |