chore(hypr): Link swaylock-hyprland
to local bin folder
This commit is contained in:
parent
b9cf39460d
commit
871a518740
1 changed files with 6 additions and 0 deletions
|
@ -30,6 +30,11 @@
|
||||||
source = ../../bin/wallpaperctl;
|
source = ../../bin/wallpaperctl;
|
||||||
executable = true;
|
executable = true;
|
||||||
};
|
};
|
||||||
|
# Lock script
|
||||||
|
".local/bin/swaylock-hyprland" = {
|
||||||
|
source = ../../bin/swaylock-hyprland;
|
||||||
|
executable = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
home.packages = [
|
home.packages = [
|
||||||
|
@ -42,6 +47,7 @@
|
||||||
pkgs.hyprpicker
|
pkgs.hyprpicker
|
||||||
pkgs.udiskie
|
pkgs.udiskie
|
||||||
pkgs.swww
|
pkgs.swww
|
||||||
|
pkgs.swaylock-effects
|
||||||
# Apps launchable from bindings
|
# Apps launchable from bindings
|
||||||
pkgs.firefox
|
pkgs.firefox
|
||||||
pkgs.kitty
|
pkgs.kitty
|
||||||
|
|
Loading…
Reference in a new issue