feat: add more home-manager desktop components
This commit is contained in:
parent
c0695805e3
commit
693c48af99
2 changed files with 5 additions and 1 deletions
|
@ -62,6 +62,8 @@
|
|||
protonvpn-gui
|
||||
devenv
|
||||
vlc
|
||||
zed-editor
|
||||
rhythmbox
|
||||
];
|
||||
programs.git = {
|
||||
enable = true;
|
||||
|
|
|
@ -33,12 +33,14 @@
|
|||
"$mod" = "SUPER";
|
||||
bind =
|
||||
[
|
||||
"$mod, F10, exec, ${pkgs.pamixer} --increase 10"
|
||||
"$mod, F9, exec, ${pkgs.pamixer} --decrease 10"
|
||||
"$mod, Q, killactive"
|
||||
"$mod, D, exec, ${pkgs.fuzzel}/bin/fuzzel"
|
||||
# firefox quickstart
|
||||
"$mod, F, exec, ${pkgs.firefox}/bin/firefox"
|
||||
# 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue