Compare commits
4 commits
3a3dc55f01
...
19d5664be5
Author | SHA1 | Date | |
---|---|---|---|
19d5664be5 | |||
6fbbc2715b | |||
dd356b21d4 | |||
e43afac1c8 |
4 changed files with 25 additions and 30 deletions
|
@ -53,7 +53,6 @@
|
||||||
ncmpcpp
|
ncmpcpp
|
||||||
neofetch
|
neofetch
|
||||||
networkmanagerapplet
|
networkmanagerapplet
|
||||||
nextcloud-client
|
|
||||||
nicotine-plus
|
nicotine-plus
|
||||||
nil
|
nil
|
||||||
nitch
|
nitch
|
||||||
|
|
|
@ -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,";
|
kb_options = "grp:rctrl_rshift_toggle, compose:102";
|
||||||
|
|
||||||
follow_mouse = true;
|
follow_mouse = true;
|
||||||
|
|
||||||
|
@ -57,6 +57,8 @@ 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;
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
{
|
{
|
||||||
symlinkJoin,
|
symlinkJoin,
|
||||||
makeWrapper,
|
makeWrapper,
|
||||||
helix,
|
|
||||||
alejandra,
|
alejandra,
|
||||||
basedpyright,
|
basedpyright,
|
||||||
bash-language-server,
|
bash-language-server,
|
||||||
|
@ -16,6 +15,7 @@
|
||||||
gdb,
|
gdb,
|
||||||
golangci-lint-langserver,
|
golangci-lint-langserver,
|
||||||
gopls,
|
gopls,
|
||||||
|
helix,
|
||||||
lazygit,
|
lazygit,
|
||||||
lib,
|
lib,
|
||||||
lldb_19,
|
lldb_19,
|
||||||
|
@ -30,6 +30,7 @@
|
||||||
solargraph,
|
solargraph,
|
||||||
stdenv,
|
stdenv,
|
||||||
superhtml,
|
superhtml,
|
||||||
|
taplo,
|
||||||
tinymist,
|
tinymist,
|
||||||
typescript-language-server,
|
typescript-language-server,
|
||||||
vscode-langservers-extracted,
|
vscode-langservers-extracted,
|
||||||
|
@ -276,38 +277,30 @@
|
||||||
wrapped-helix = symlinkJoin {
|
wrapped-helix = symlinkJoin {
|
||||||
name = "helix-wrapped";
|
name = "helix-wrapped";
|
||||||
paths = [
|
paths = [
|
||||||
helix
|
|
||||||
|
|
||||||
rust-analyzer
|
|
||||||
rustfmt
|
|
||||||
clippy
|
|
||||||
# typst lsp
|
|
||||||
tinymist
|
|
||||||
|
|
||||||
# C/C++
|
|
||||||
clang-tools
|
|
||||||
|
|
||||||
# Markdown
|
|
||||||
marksman
|
|
||||||
|
|
||||||
# Nix
|
|
||||||
nil
|
|
||||||
lldb_19
|
|
||||||
# Bash
|
# Bash
|
||||||
bash-language-server
|
bash-language-server
|
||||||
|
# C/C++
|
||||||
|
clang-tools
|
||||||
|
clippy
|
||||||
|
golangci-lint-langserver
|
||||||
|
gopls
|
||||||
|
helix
|
||||||
|
lldb_19
|
||||||
|
# Markdown
|
||||||
|
marksman
|
||||||
|
# Nix
|
||||||
|
nil
|
||||||
|
rust-analyzer
|
||||||
|
rustfmt
|
||||||
# Shell
|
# Shell
|
||||||
shellcheck
|
shellcheck
|
||||||
|
|
||||||
# ruby
|
|
||||||
solargraph
|
|
||||||
|
|
||||||
gopls
|
|
||||||
golangci-lint-langserver
|
|
||||||
|
|
||||||
vscode-langservers-extracted
|
|
||||||
|
|
||||||
superhtml
|
superhtml
|
||||||
|
# toml
|
||||||
|
taplo
|
||||||
|
# typst
|
||||||
|
tinymist
|
||||||
|
# typst lsp
|
||||||
|
vscode-langservers-extracted
|
||||||
];
|
];
|
||||||
buildInputs = [makeWrapper];
|
buildInputs = [makeWrapper];
|
||||||
postBuild = ''
|
postBuild = ''
|
||||||
|
|
|
@ -51,6 +51,7 @@ builtins.attrValues {
|
||||||
onefetch
|
onefetch
|
||||||
wget
|
wget
|
||||||
cpufetch
|
cpufetch
|
||||||
|
watchman
|
||||||
yt-dlp
|
yt-dlp
|
||||||
tealdeer
|
tealdeer
|
||||||
hyperfine
|
hyperfine
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue