this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

hyprland: remove stylix dep

Aly Raffauf 31473ee9 0e368ca0

-23
-23
modules/home/desktop/hyprland/settings.nix
··· 177 177 gaps_in = 5; 178 178 gaps_out = 6; 179 179 layout = "dwindle"; 180 - "col.active_border" = lib.mkForce "rgb(${config.lib.stylix.colors.base0D}) rgb(${config.lib.stylix.colors.base0E}) 45deg"; 181 180 }; 182 181 183 182 gestures = { ··· 187 186 }; 188 187 189 188 group = { 190 - "col.border_active" = lib.mkForce "rgb(${config.lib.stylix.colors.base0D}) rgb(${config.lib.stylix.colors.base0E}) 45deg"; 191 - 192 189 groupbar = { 193 190 height = 24; 194 191 gradients = true; 195 - text_color = lib.mkForce "rgb(${config.lib.stylix.colors.base00})"; 196 - font_size = config.stylix.fonts.sizes.desktop; 197 - "col.active" = lib.mkForce "rgb(${config.lib.stylix.colors.base0E})"; 198 192 }; 199 193 }; 200 194 ··· 204 198 enable_anr_dialog = false; 205 199 enable_swallow = true; 206 200 focus_on_activate = true; 207 - font_family = config.stylix.fonts.sansSerif.name; 208 201 key_press_enables_dpms = true; 209 202 mouse_move_enables_dpms = true; 210 203 swallow_regex = "^(Alacritty|kitty|footclient|foot|com\.mitchellh\.ghostty|org\.wezfurlong\.wezterm|codium|code)$"; ··· 215 208 [",preferred,auto,auto"] 216 209 ++ cfg.desktop.hyprland.monitors 217 210 ++ lib.lists.optional (cfg.desktop.hyprland.laptopMonitor != null) cfg.desktop.hyprland.laptopMonitor; 218 - 219 - # plugin = { 220 - # overview = { 221 - # exitOnSwitch = true; 222 - # gapps_in = 5; 223 - # gaps_out = 6; 224 - # onBottom = true; 225 - # overrideGaps = true; 226 - # showEmptyWorkspace = true; 227 - # showNewWorkspace = true; 228 - # workspaceActiveBorder = "rgb(${config.lib.stylix.colors.base0D})"; 229 - # workspaceBorderSize = 4; 230 - # workspaceInactiveBorder = "rgb(${config.lib.stylix.colors.base03})"; 231 - # workspaceMargin = 40; 232 - # }; 233 - # }; 234 211 235 212 windowrulev2 = [ 236 213 "center(1),class:(.blueman-manager-wrapped)"