Compare commits
No commits in common. "19d5664be574ba39ea518920864114108edbe43d" and "3a3dc55f015b12be83b71187dfbed67ce695dc93" have entirely different histories.
19d5664be5
...
3a3dc55f01
4 changed files with 29 additions and 24 deletions
|
@ -53,6 +53,7 @@
|
|||
ncmpcpp
|
||||
neofetch
|
||||
networkmanagerapplet
|
||||
nextcloud-client
|
||||
nicotine-plus
|
||||
nil
|
||||
nitch
|
||||
|
|
|
@ -35,7 +35,7 @@ in {
|
|||
input = {
|
||||
kb_layout = "us,ru";
|
||||
kb_variant = ",phonetic_winkeys";
|
||||
kb_options = "grp:rctrl_rshift_toggle, compose:102";
|
||||
kb_options = "grp:rctrl_rshift_toggle,";
|
||||
|
||||
follow_mouse = true;
|
||||
|
||||
|
@ -57,8 +57,6 @@ in {
|
|||
no_border_on_floating = true;
|
||||
};
|
||||
|
||||
ecosystem.no_update_news = true;
|
||||
|
||||
plugin = {
|
||||
hyprsplit = {
|
||||
num_workspaces = 10;
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
symlinkJoin,
|
||||
makeWrapper,
|
||||
helix,
|
||||
alejandra,
|
||||
basedpyright,
|
||||
bash-language-server,
|
||||
|
@ -15,7 +16,6 @@
|
|||
gdb,
|
||||
golangci-lint-langserver,
|
||||
gopls,
|
||||
helix,
|
||||
lazygit,
|
||||
lib,
|
||||
lldb_19,
|
||||
|
@ -30,7 +30,6 @@
|
|||
solargraph,
|
||||
stdenv,
|
||||
superhtml,
|
||||
taplo,
|
||||
tinymist,
|
||||
typescript-language-server,
|
||||
vscode-langservers-extracted,
|
||||
|
@ -277,30 +276,38 @@
|
|||
wrapped-helix = symlinkJoin {
|
||||
name = "helix-wrapped";
|
||||
paths = [
|
||||
# Bash
|
||||
bash-language-server
|
||||
# C/C++
|
||||
clang-tools
|
||||
clippy
|
||||
golangci-lint-langserver
|
||||
gopls
|
||||
helix
|
||||
lldb_19
|
||||
# Markdown
|
||||
marksman
|
||||
# Nix
|
||||
nil
|
||||
|
||||
rust-analyzer
|
||||
rustfmt
|
||||
clippy
|
||||
# typst lsp
|
||||
tinymist
|
||||
|
||||
# C/C++
|
||||
clang-tools
|
||||
|
||||
# Markdown
|
||||
marksman
|
||||
|
||||
# Nix
|
||||
nil
|
||||
lldb_19
|
||||
# Bash
|
||||
bash-language-server
|
||||
|
||||
# Shell
|
||||
shellcheck
|
||||
superhtml
|
||||
# toml
|
||||
taplo
|
||||
# typst
|
||||
tinymist
|
||||
# typst lsp
|
||||
|
||||
# ruby
|
||||
solargraph
|
||||
|
||||
gopls
|
||||
golangci-lint-langserver
|
||||
|
||||
vscode-langservers-extracted
|
||||
|
||||
superhtml
|
||||
];
|
||||
buildInputs = [makeWrapper];
|
||||
postBuild = ''
|
||||
|
|
|
@ -51,7 +51,6 @@ builtins.attrValues {
|
|||
onefetch
|
||||
wget
|
||||
cpufetch
|
||||
watchman
|
||||
yt-dlp
|
||||
tealdeer
|
||||
hyperfine
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue