mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 00:29:43 -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": ["","",""]
|
"default": ["","",""]
|
||||||
},
|
},
|
||||||
"justify": "center",
|
"justify": "center",
|
||||||
"on-click": "pavucontrol",
|
"on-click": "alacritty -e pulsemixer",
|
||||||
"tooltip-format": "{volume}%"
|
"tooltip-format": "{volume}%"
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -135,7 +135,7 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
pavucontrol
|
pulsemixer
|
||||||
xdg-utils
|
xdg-utils
|
||||||
wl-clipboard
|
wl-clipboard
|
||||||
cliphist
|
cliphist
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,4 @@
|
||||||
|
-- https://github.com/neovim/nvim-lspconfig/blob/master/doc/configs.md
|
||||||
local servers = {
|
local servers = {
|
||||||
"ts_ls",
|
"ts_ls",
|
||||||
"pyright",
|
"pyright",
|
||||||
|
|
@ -10,7 +11,8 @@ local servers = {
|
||||||
"bashls",
|
"bashls",
|
||||||
"clangd",
|
"clangd",
|
||||||
"jsonls",
|
"jsonls",
|
||||||
"vuels"
|
"vuels",
|
||||||
|
"rust_analyzer"
|
||||||
--"arduino-language-server"
|
--"arduino-language-server"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -8,6 +8,7 @@ let
|
||||||
nodePackages."@tailwindcss/language-server"
|
nodePackages."@tailwindcss/language-server"
|
||||||
pyright
|
pyright
|
||||||
clang-tools
|
clang-tools
|
||||||
|
rust-analyzer
|
||||||
#arduino-language-server
|
#arduino-language-server
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue