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;
|
||||
executable = true;
|
||||
};
|
||||
# Lock script
|
||||
".local/bin/swaylock-hyprland" = {
|
||||
source = ../../bin/swaylock-hyprland;
|
||||
executable = true;
|
||||
};
|
||||
};
|
||||
|
||||
home.packages = [
|
||||
|
@ -42,6 +47,7 @@
|
|||
pkgs.hyprpicker
|
||||
pkgs.udiskie
|
||||
pkgs.swww
|
||||
pkgs.swaylock-effects
|
||||
# Apps launchable from bindings
|
||||
pkgs.firefox
|
||||
pkgs.kitty
|
||||
|
|
Loading…
Reference in a new issue