mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-28 09:28:30 +02:00
everything works again
This commit is contained in:
parent
2281866548
commit
43af3e872c
3 changed files with 3 additions and 2 deletions
|
@ -41,8 +41,8 @@
|
|||
shell = "${pkgs.zsh}/bin/zsh";
|
||||
# dpi-aware = "yes";
|
||||
font = "monospace:family=Iosevka Nerd Font:size=12";
|
||||
notify = "${lib.getExe pkgs.libnotify} -a \${app-id} -i \${app-id} \${title} \${body}";
|
||||
};
|
||||
desktop-notifications.command = "${lib.getExe pkgs.libnotify} -a \${app-id} -i \${app-id} \${title} \${body}";
|
||||
cursor.color = "${colors.background} ${colors.foreground}";
|
||||
url = {
|
||||
launch = "${pkgs.xdg-utils}/bin/xdg-open \${url}";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue