--wip-- [skip ci]
This commit is contained in:
parent
18964a177a
commit
1bceab38c6
7 changed files with 9 additions and 11 deletions
|
|
@ -8,7 +8,7 @@
|
|||
lib.optionals config.programs.helix.enable
|
||||
(
|
||||
builtins.attrValues {
|
||||
inherit (pkgs) yaml-language-server taplo-cli;
|
||||
inherit (pkgs) yaml-language-server taplo;
|
||||
inherit (pkgs.nodePackages) vscode-langservers-extracted;
|
||||
}
|
||||
)
|
||||
|
|
|
|||
|
|
@ -5,11 +5,9 @@
|
|||
inherit (pkgs)
|
||||
dejavu_fonts
|
||||
noto-fonts
|
||||
noto-fonts-extra
|
||||
noto-fonts-cjk-sans
|
||||
font-awesome
|
||||
corefonts# Microsoft fonts
|
||||
vistafonts
|
||||
;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -218,6 +218,7 @@ in
|
|||
"SUPER, M, exec, ${config.programs.hyprlock.package}/bin/hyprlock"
|
||||
"SUPER_ALT_L, Q, exit,"
|
||||
"SUPER, B, exec, firefox"
|
||||
"SUPER_SHIFT_L, B, exec, firefox --private-window"
|
||||
"SUPER, E, exec, nemo"
|
||||
"SUPER, L, exec, ${lib.optionalString (hostName == "thor") "env -u WAYLAND_DISPLAY "} obsidian"
|
||||
"SUPER, V, togglefloating,"
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@ in
|
|||
# mamba
|
||||
aeolus
|
||||
ardour
|
||||
artyFX
|
||||
# artyFX
|
||||
autotalent
|
||||
boops
|
||||
# breeze-icons
|
||||
|
|
@ -38,22 +38,21 @@ in
|
|||
giada
|
||||
hydrogen
|
||||
neural-amp-modeler-lv2
|
||||
proteus
|
||||
# proteus
|
||||
ninjas2
|
||||
lsp-plugins
|
||||
# mixxx
|
||||
rnnoise
|
||||
samplv1
|
||||
sfizz
|
||||
surge
|
||||
surge-XT
|
||||
# surge
|
||||
# surge-XT
|
||||
talentedhack
|
||||
vital
|
||||
vocproc
|
||||
x42-plugins
|
||||
zam-plugins
|
||||
zita-at1
|
||||
zyn-fusion
|
||||
zynaddsubfx
|
||||
;
|
||||
};
|
||||
|
|
|
|||
|
|
@ -43,7 +43,7 @@
|
|||
# pavucontrol
|
||||
# procps
|
||||
# spotify
|
||||
# tdesktop
|
||||
# telegram-desktop
|
||||
# thunderbird
|
||||
# transmission_4
|
||||
# wireguard-tools
|
||||
|
|
|
|||
|
|
@ -47,7 +47,7 @@
|
|||
procps
|
||||
protonvpn-gui
|
||||
# spotify
|
||||
tdesktop
|
||||
telegram-desktop
|
||||
wiremix
|
||||
xournalpp
|
||||
;
|
||||
|
|
|
|||
|
|
@ -51,7 +51,7 @@
|
|||
procps
|
||||
protonvpn-gui
|
||||
# spotify
|
||||
tdesktop
|
||||
telegram-desktop
|
||||
thunderbird
|
||||
transmission_4
|
||||
wireguard-tools
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue