1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-29 19:17:45 +00:00

Use nil instead of nixd

This commit is contained in:
RGBCube 2023-12-31 09:28:30 +03:00
parent 0dee478b08
commit 183d484c43
No known key found for this signature in database
2 changed files with 3 additions and 7 deletions

View file

@ -115,10 +115,10 @@
(name: inputs.${name}.packages.${system}.default));
theme = themes.custom (themes.raw.gruvbox-dark-hard // {
corner-radius = 0;
corner-radius = 8;
border-width = 1;
margin = 0;
margin = 6;
padding = 8;
font.size.normal = 12;