fixup! home/nautilus: drop
This commit is contained in:
parent
0819aeb6f4
commit
6b612b7733
1 changed files with 3 additions and 5 deletions
|
@ -53,17 +53,16 @@
|
||||||
let
|
let
|
||||||
inherit (config.wayland.windowManager.sway.config) modifier;
|
inherit (config.wayland.windowManager.sway.config) modifier;
|
||||||
inherit (lib) getExe getExe';
|
inherit (lib) getExe getExe';
|
||||||
|
inherit (config.programs) firefox foot;
|
||||||
inherit (pkgs)
|
inherit (pkgs)
|
||||||
brightnessctl
|
brightnessctl
|
||||||
cliphist
|
cliphist
|
||||||
foot
|
|
||||||
pamixer
|
pamixer
|
||||||
playerctl
|
playerctl
|
||||||
sway-contrib
|
sway-contrib
|
||||||
wireplumber
|
wireplumber
|
||||||
wl-clipboard
|
wl-clipboard
|
||||||
wmenu
|
wmenu
|
||||||
xdg-utils
|
|
||||||
;
|
;
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
|
@ -89,9 +88,8 @@
|
||||||
|
|
||||||
### Execute other stuff
|
### Execute other stuff
|
||||||
# Launch applications
|
# Launch applications
|
||||||
"${modifier}+Return" = "exec ${getExe foot}";
|
"${modifier}+Return" = "exec ${getExe foot.package}";
|
||||||
"${modifier}+w" = "exec ${xdg-utils}/bin/xdg-open http:";
|
"${modifier}+w" = "exec ${getExe firefox.finalPackage}";
|
||||||
"${modifier}+e" = "exec ${xdg-utils}/bin/xdg-open ~";
|
|
||||||
|
|
||||||
# Launcher
|
# Launcher
|
||||||
"${modifier}+d" = "exec ${getExe' wmenu "wmenu-run"}";
|
"${modifier}+d" = "exec ${getExe' wmenu "wmenu-run"}";
|
||||||
|
|
Loading…
Add table
Reference in a new issue