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