feat: add more home-manager desktop components

This commit is contained in:
Zhongheng Liu 2024-08-10 12:27:20 +08:00
commit 693c48af99
No known key found for this signature in database
2 changed files with 5 additions and 1 deletions

View file

@ -62,6 +62,8 @@
protonvpn-gui protonvpn-gui
devenv devenv
vlc vlc
zed-editor
rhythmbox
]; ];
programs.git = { programs.git = {
enable = true; enable = true;

View file

@ -33,12 +33,14 @@
"$mod" = "SUPER"; "$mod" = "SUPER";
bind = bind =
[ [
"$mod, F10, exec, ${pkgs.pamixer} --increase 10"
"$mod, F9, exec, ${pkgs.pamixer} --decrease 10"
"$mod, Q, killactive" "$mod, Q, killactive"
"$mod, D, exec, ${pkgs.fuzzel}/bin/fuzzel" "$mod, D, exec, ${pkgs.fuzzel}/bin/fuzzel"
# firefox quickstart # firefox quickstart
"$mod, F, exec, ${pkgs.firefox}/bin/firefox" "$mod, F, exec, ${pkgs.firefox}/bin/firefox"
# foot terminal # foot terminal
"$mod, Return, exec, ${pkgs.foot}/bin/foot -f 'BlexMono Nerd Font:size=16' zsh" "$mod, Return, exec, ${pkgs.foot}/bin/foot -f 'BlexMono Nerd Font:size=16' -o colors.alpha=0.85 zsh"
] ]
++ ( ++ (
# workspaces # workspaces