mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-26 00:18:28 +02:00
fwupd and terminal bell configuration
This commit is contained in:
parent
c16f97ae00
commit
49fa6f0b7e
3 changed files with 9 additions and 3 deletions
|
@ -13,6 +13,11 @@
|
|||
font = "monospace:family=Iosevka Nerd Font, size=8";
|
||||
};
|
||||
cursor.color = "${colors.background} ${colors.foreground}";
|
||||
bell = {
|
||||
urgent = true;
|
||||
notify = true;
|
||||
#command = "${pkgs.notify-desktop}/bin/notify-desktop a";
|
||||
};
|
||||
colors =
|
||||
let
|
||||
colors = config.colorScheme.colors;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue