mirror of
https://github.com/willemml/dotfiles.nix.git
synced 2025-04-12 03:07:17 +00:00
Updates macos floating apps and adds html lsp
This commit is contained in:
parent
14b0f8f3a8
commit
cb2bfbd108
2 changed files with 4 additions and 0 deletions
|
@ -50,6 +50,7 @@ in {
|
|||
vhdl-ls
|
||||
yq
|
||||
vhdl-ls
|
||||
vscode-langservers-extracted
|
||||
zsh-completions
|
||||
]
|
||||
++ node-packages;
|
||||
|
|
|
@ -7,7 +7,9 @@
|
|||
inherit (lib) lists strings;
|
||||
|
||||
floating-apps = [
|
||||
"Preview"
|
||||
"UTM"
|
||||
"Messages"
|
||||
"Screen Sharing"
|
||||
"System Settings"
|
||||
"Software Update"
|
||||
|
@ -20,6 +22,7 @@
|
|||
"Software Update"
|
||||
"Set Desktop Background"
|
||||
"TI-Nspire"
|
||||
"KiCad"
|
||||
"Karabiner-EventViewer"
|
||||
"Karabiner-Elements"
|
||||
];
|
||||
|
|
Loading…
Add table
Reference in a new issue