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:
parent
0dee478b08
commit
183d484c43
2 changed files with 3 additions and 7 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue