jay, many thing
This commit is contained in:
parent
d4d04d7d6d
commit
6e62eccfba
32 changed files with 5580 additions and 333 deletions
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
pkgs,
|
||||
lib,
|
||||
config,
|
||||
...
|
||||
}:
|
||||
|
|
@ -18,6 +19,12 @@
|
|||
font-bold = font;
|
||||
font-italic = font;
|
||||
};
|
||||
bell = {
|
||||
system = true;
|
||||
urgent = true;
|
||||
notify = true;
|
||||
visual = true;
|
||||
};
|
||||
colors =
|
||||
let
|
||||
pal = config.rice.palette.shortHex;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue