nix: use hyprland package from program
Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
parent
37cb01915d
commit
9a764b27d5
6 changed files with 6 additions and 11 deletions
|
@ -11,7 +11,7 @@ with lib; let
|
|||
codium = "${config.home-manager.users.${config.custom.username}.programs.vscode.package}/bin/codium";
|
||||
firefox-esr = "${config.home-manager.users.${config.custom.username}.programs.firefox.finalPackage}/bin/firefox-esr";
|
||||
gnome-text-editor = "${pkgs.gnome-text-editor}/bin/gnome-text-editor";
|
||||
hyprctl = "${pkgs.hyprland}/bin/hyprctl";
|
||||
hyprctl = "${config.programs.hyprland.package}/bin/hyprctl";
|
||||
hyprlock = "${config.home-manager.users.${config.custom.username}.programs.hyprlock.package}/bin/hyprlock";
|
||||
hyprpicker = "${pkgs.hyprpicker}/bin/hyprpicker";
|
||||
inhibit = "~/.local/bin/inhibit";
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
...
|
||||
}:
|
||||
with lib; let
|
||||
hyprctl = "${pkgs.hyprland}/bin/hyprctl";
|
||||
hyprctl = "${config.programs.hyprland.package}/bin/hyprctl";
|
||||
|
||||
cfg = config.custom.desktops.hyprland.plugins;
|
||||
in {
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
}:
|
||||
with lib; let
|
||||
gamescope = "${config.programs.gamescope.package}/bin/gamescope";
|
||||
hyprctl = "${config.programs.hyprland.package}/bin/hyprctl";
|
||||
kitty = "${config.home-manager.users.${config.custom.username}.programs.kitty.package}/bin/kitty";
|
||||
loupe = "${pkgs.loupe}/bin/loupe";
|
||||
onlyoffice = "${pkgs.onlyoffice-bin}/bin/onlyoffice-desktopeditors";
|
||||
|
|
|
@ -10,9 +10,7 @@ with lib; let
|
|||
bluetoothctl = "${pkgs.bluez}/bin/bluetoothctl";
|
||||
easyeffects = "${pkgs.easyeffects}/bin/easyeffects";
|
||||
echo = "${pkgs.coreutils}/bin/echo";
|
||||
hyprctl = "${
|
||||
config.home-manager.users.${config.custom.username}.wayland.windowManager.hyprland.finalPackage
|
||||
}/bin/hyprctl";
|
||||
hyprctl = "${config.programs.hyprland.package}/bin/hyprctl";
|
||||
inhibit = config.home-manager.users.${config.custom.username}.home.file.".local/bin/inhibit".source;
|
||||
jq = "${pkgs.jq}/bin/jq";
|
||||
loginctl = "${pkgs.systemd}/bin/loginctl";
|
||||
|
|
|
@ -6,9 +6,7 @@
|
|||
}:
|
||||
with lib; let
|
||||
grep = "${pkgs.gnugrep}/bin/grep";
|
||||
hyprctl = "${
|
||||
config.home-manager.users.${config.custom.username}.wayland.windowManager.hyprland.finalPackage
|
||||
}/bin/hyprctl";
|
||||
hyprctl = "${config.programs.hyprland.package}/bin/hyprctl";
|
||||
hyprlock = "${
|
||||
config.home-manager.users.${config.custom.username}.programs.hyprlock.package
|
||||
}/bin/hyprlock";
|
||||
|
|
|
@ -6,9 +6,7 @@
|
|||
}:
|
||||
with lib; let
|
||||
chayang = "${pkgs.chayang}/bin/chayang";
|
||||
hyprctl = "${
|
||||
config.home-manager.users.${config.custom.username}.wayland.windowManager.hyprland.package
|
||||
}/bin/hyprctl";
|
||||
hyprctl = "${config.programs.hyprland.package}/bin/hyprctl";
|
||||
loginctl = "${pkgs.systemd}/bin/loginctl";
|
||||
pgrep = "${pkgs.procps}/bin/pgrep";
|
||||
swaylock = "${
|
||||
|
|
Loading…
Reference in a new issue