mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2024-11-14 21:03:10 +01:00
everything works again
This commit is contained in:
parent
2281866548
commit
43af3e872c
|
@ -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}";
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
rust-analyzer
|
||||
nil
|
||||
nixpkgs-fmt
|
||||
# typst-lsp
|
||||
typst-lsp
|
||||
(python3.withPackages (ps: with ps; [
|
||||
pyls-isort
|
||||
pylsp-mypy
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
# essentials
|
||||
htop-vim
|
||||
lsof
|
||||
postgresql
|
||||
|
||||
zip
|
||||
unzip
|
||||
|
|
Loading…
Reference in a new issue