everything works again

This commit is contained in:
Rouven Seifert 2024-09-26 17:48:36 +02:00
parent 2281866548
commit 43af3e872c
3 changed files with 3 additions and 2 deletions

View file

@ -41,8 +41,8 @@
shell = "${pkgs.zsh}/bin/zsh"; shell = "${pkgs.zsh}/bin/zsh";
# dpi-aware = "yes"; # dpi-aware = "yes";
font = "monospace:family=Iosevka Nerd Font:size=12"; 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}"; cursor.color = "${colors.background} ${colors.foreground}";
url = { url = {
launch = "${pkgs.xdg-utils}/bin/xdg-open \${url}"; launch = "${pkgs.xdg-utils}/bin/xdg-open \${url}";

View file

@ -6,7 +6,7 @@
rust-analyzer rust-analyzer
nil nil
nixpkgs-fmt nixpkgs-fmt
# typst-lsp typst-lsp
(python3.withPackages (ps: with ps; [ (python3.withPackages (ps: with ps; [
pyls-isort pyls-isort
pylsp-mypy pylsp-mypy

View file

@ -5,6 +5,7 @@
# essentials # essentials
htop-vim htop-vim
lsof lsof
postgresql
zip zip
unzip unzip