fix: fix some paths
This commit is contained in:
parent
19ac2143f2
commit
b6041ae724
1 changed files with 2 additions and 2 deletions
|
@ -65,7 +65,7 @@
|
||||||
lib.mkOptionDefault {
|
lib.mkOptionDefault {
|
||||||
# TODO: Update to use nixpkgs version of cliphist
|
# TODO: Update to use nixpkgs version of cliphist
|
||||||
"${mod}+p" = "exec cliphist wipe & ${pkgs.swaylock}/bin/swaylock";
|
"${mod}+p" = "exec cliphist wipe & ${pkgs.swaylock}/bin/swaylock";
|
||||||
"${mod}+Shift+p" = "exec ${pkgs.rofi}/bin/rofi -show p -modi p:rofi-power-menu";
|
"${mod}+Shift+p" = "exec rofi -show p -modi p:rofi-power-menu";
|
||||||
# Reload the config file
|
# Reload the config file
|
||||||
"${mod}+Shift+c" = "reload";
|
"${mod}+Shift+c" = "reload";
|
||||||
# Kill the focused window
|
# Kill the focused window
|
||||||
|
@ -125,7 +125,7 @@
|
||||||
{ command = "${pkgs.swaynotificationcenter}/bin/swaync"; }
|
{ command = "${pkgs.swaynotificationcenter}/bin/swaync"; }
|
||||||
{ command = "${pkgs.nextcloud-client}/bin/nextcloud --background"; }
|
{ command = "${pkgs.nextcloud-client}/bin/nextcloud --background"; }
|
||||||
{ command = "${pkgs.kdeconnect}/bin/kdeconnect-indicator"; }
|
{ command = "${pkgs.kdeconnect}/bin/kdeconnect-indicator"; }
|
||||||
{ command = "${pkgs.protonmail-bridge-gui}/bin/protonmail-bridge --no-window"; }
|
{ command = "${pkgs.protonmail-bridge-gui}/bin/protonmail-bridge-gui --no-window"; }
|
||||||
{
|
{
|
||||||
command = "${set-background}/bin/set-background -f ${wallpaper}";
|
command = "${set-background}/bin/set-background -f ${wallpaper}";
|
||||||
always = true;
|
always = true;
|
||||||
|
|
Loading…
Add table
Reference in a new issue