mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 02:13:55 -05:00
lavaridge: force border radius 10
This commit is contained in:
parent
89cf76886e
commit
7e7efcf4ec
|
@ -19,6 +19,8 @@
|
||||||
|
|
||||||
gammastep.enable = lib.mkForce false;
|
gammastep.enable = lib.mkForce false;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
theme.borders.radius = lib.mkForce 10;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue