feat: quick commit don't care lolololol

This commit is contained in:
Nick 2025-06-05 15:28:52 -05:00
parent e49994251e
commit bc2d8762c9
10 changed files with 48 additions and 22 deletions

View file

@ -1,4 +1,7 @@
{ workspaceStrings, ... }:
{ flake, workspaceStrings, ... }:
let
inherit (flake.config.aesthetics.themes) windowManager;
in
{
window-rules = [
{
@ -113,7 +116,7 @@
focus-ring.enable = false;
geometry-corner-radius =
let
radius = 10.0;
radius = windowManager.rounding + 0.0;
in
{
top-left = radius;