mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-23 16:29:42 -04:00
changed to pulsemixer TUI
This commit is contained in:
parent
09e5d22e2d
commit
651f6979b4
4 changed files with 6 additions and 3 deletions
|
|
@ -108,7 +108,7 @@
|
|||
"default": ["","",""]
|
||||
},
|
||||
"justify": "center",
|
||||
"on-click": "pavucontrol",
|
||||
"on-click": "alacritty -e pulsemixer",
|
||||
"tooltip-format": "{volume}%"
|
||||
},
|
||||
|
||||
|
|
|
|||
|
|
@ -135,7 +135,7 @@ in
|
|||
};
|
||||
|
||||
packages = with pkgs; [
|
||||
pavucontrol
|
||||
pulsemixer
|
||||
xdg-utils
|
||||
wl-clipboard
|
||||
cliphist
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
-- https://github.com/neovim/nvim-lspconfig/blob/master/doc/configs.md
|
||||
local servers = {
|
||||
"ts_ls",
|
||||
"pyright",
|
||||
|
|
@ -10,7 +11,8 @@ local servers = {
|
|||
"bashls",
|
||||
"clangd",
|
||||
"jsonls",
|
||||
"vuels"
|
||||
"vuels",
|
||||
"rust_analyzer"
|
||||
--"arduino-language-server"
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -8,6 +8,7 @@ let
|
|||
nodePackages."@tailwindcss/language-server"
|
||||
pyright
|
||||
clang-tools
|
||||
rust-analyzer
|
||||
#arduino-language-server
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue