Compare commits

..

No commits in common. "19d5664be574ba39ea518920864114108edbe43d" and "3a3dc55f015b12be83b71187dfbed67ce695dc93" have entirely different histories.

4 changed files with 29 additions and 24 deletions

View file

@ -53,6 +53,7 @@
ncmpcpp ncmpcpp
neofetch neofetch
networkmanagerapplet networkmanagerapplet
nextcloud-client
nicotine-plus nicotine-plus
nil nil
nitch nitch

View file

@ -35,7 +35,7 @@ in {
input = { input = {
kb_layout = "us,ru"; kb_layout = "us,ru";
kb_variant = ",phonetic_winkeys"; kb_variant = ",phonetic_winkeys";
kb_options = "grp:rctrl_rshift_toggle, compose:102"; kb_options = "grp:rctrl_rshift_toggle,";
follow_mouse = true; follow_mouse = true;
@ -57,8 +57,6 @@ in {
no_border_on_floating = true; no_border_on_floating = true;
}; };
ecosystem.no_update_news = true;
plugin = { plugin = {
hyprsplit = { hyprsplit = {
num_workspaces = 10; num_workspaces = 10;

View file

@ -1,6 +1,7 @@
{ {
symlinkJoin, symlinkJoin,
makeWrapper, makeWrapper,
helix,
alejandra, alejandra,
basedpyright, basedpyright,
bash-language-server, bash-language-server,
@ -15,7 +16,6 @@
gdb, gdb,
golangci-lint-langserver, golangci-lint-langserver,
gopls, gopls,
helix,
lazygit, lazygit,
lib, lib,
lldb_19, lldb_19,
@ -30,7 +30,6 @@
solargraph, solargraph,
stdenv, stdenv,
superhtml, superhtml,
taplo,
tinymist, tinymist,
typescript-language-server, typescript-language-server,
vscode-langservers-extracted, vscode-langservers-extracted,
@ -277,30 +276,38 @@
wrapped-helix = symlinkJoin { wrapped-helix = symlinkJoin {
name = "helix-wrapped"; name = "helix-wrapped";
paths = [ paths = [
# Bash
bash-language-server
# C/C++
clang-tools
clippy
golangci-lint-langserver
gopls
helix helix
lldb_19
# Markdown
marksman
# Nix
nil
rust-analyzer rust-analyzer
rustfmt rustfmt
clippy
# typst lsp
tinymist
# C/C++
clang-tools
# Markdown
marksman
# Nix
nil
lldb_19
# Bash
bash-language-server
# Shell # Shell
shellcheck shellcheck
superhtml
# toml # ruby
taplo solargraph
# typst
tinymist gopls
# typst lsp golangci-lint-langserver
vscode-langservers-extracted vscode-langservers-extracted
superhtml
]; ];
buildInputs = [makeWrapper]; buildInputs = [makeWrapper];
postBuild = '' postBuild = ''

View file

@ -51,7 +51,6 @@ builtins.attrValues {
onefetch onefetch
wget wget
cpufetch cpufetch
watchman
yt-dlp yt-dlp
tealdeer tealdeer
hyperfine hyperfine