From 552b9ac3bc875f745a5dc020e110b0d6189b9555 Mon Sep 17 00:00:00 2001 From: zackartz Date: Fri, 1 Mar 2024 18:30:13 -0500 Subject: [PATCH] 119 current 2024-03-01 18:30:08 24.05.20240228.9099616 6.6.18 * --- modules/rice/hyprland/config.nix | 11 ----------- modules/rice/hyprland/default.nix | 2 -- 2 files changed, 13 deletions(-) diff --git a/modules/rice/hyprland/config.nix b/modules/rice/hyprland/config.nix index dba4eb8..ec64066 100644 --- a/modules/rice/hyprland/config.nix +++ b/modules/rice/hyprland/config.nix @@ -6,17 +6,6 @@ "pw-loopback -C \"alsa_input.pci-0000_0d_00.4.analog-stereo\"" ]; - "plugin:borders-plus-plus" = { - add_borders = 1; - - "col.border_1" = "rgb(${love})"; - "col.border_2" = "rgb(${love})"; - - border_size_1 = 6; - - natural_rounding = "yes"; - }; - general = { # gaps gaps_in = 6; diff --git a/modules/rice/hyprland/default.nix b/modules/rice/hyprland/default.nix index 016fbcf..099ab1e 100644 --- a/modules/rice/hyprland/default.nix +++ b/modules/rice/hyprland/default.nix @@ -17,8 +17,6 @@ in { enable = true; package = inputs.hyprland.packages.${pkgs.system}.default; - plugins = [inputs.hyprland-plugins.packages."${pkgs.system}".borders-plus-plus]; - systemd = { variables = ["--all"]; extraCommands = [