use hyprland flake, disable some programs

This commit is contained in:
Kopatz
2026-02-28 14:17:12 +01:00
parent 1b99bfa183
commit b78f1d8b8e
10 changed files with 530 additions and 63 deletions

View File

@@ -239,24 +239,21 @@ in
rofimoji = "${pkgs.rofimoji}/bin/rofimoji";
kitty = "${pkgs.kitty}/bin/kitty";
#dolphin = "${pkgs.dolphin}/bin/dolphin";
thunar = "${pkgs.xfce.thunar}/bin/thunar";
wl-copy = "${pkgs.wl-clipboard}/bin/wl-copy";
wl-paste = "${pkgs.wl-clipboard}/bin/wl-paste";
grimblast = "${pkgs.grimblast}/bin/grimblast";
thunar = "${pkgs.thunar}/bin/thunar";
saved-screenshot-cmd = ''
${hyprshot} -z -s -m region -o $OUT -f $FILE && notify-send "Saved screenshot to $OUT/$FILE" -h string:image-path:$OUT/$FILE && echo "file://$(realpath $OUT/$FILE)" | wl-copy -t text/uri-list
'';
saved-screenshot-cmd-output = ''
${hyprshot} -z -s -m output -o $OUT -f $FILE && notify-send "Saved screenshot to $OUT/$FILE" -h string:image-path:$OUT/$FILE && echo "file://$(realpath $OUT/$FILE)" | wl-copy -t text/uri-list
'';
pdfgrep = "${pkgs.pdfgrep}/bin/pdfgrep";
brightnessctl = "${pkgs.brightnessctl}/bin/brightnessctl";
#pdfgrep = "${pkgs.pdfgrep}/bin/pdfgrep";
#brightnessctl = "${pkgs.brightnessctl}/bin/brightnessctl";
#swaylock = "${pkgs.swaylock}/bin/swaylock";
hyprlock = "${pkgs.hyprlock}/bin/hyprlock";
hyprpicker = "${pkgs.hyprpicker}/bin/hyprpicker";
hyprshot = "${pkgs.hyprshot}/bin/hyprshot";
playerctl = "${pkgs.playerctl}/bin/playerctl";
peek = "${pkgs.peek}/bin/peek";
#peek = "${pkgs.peek}/bin/peek";
zenity = "${pkgs.zenity}/bin/zenity";
woomer = "${pkgs.woomer}/bin/woomer";
in
@@ -444,7 +441,7 @@ in
node = "${pkgs.nodejs}/bin/node";
set-monitor = "~/.config/hypr/monitor-config.js";
answer = "${pkgs.answer}/bin/answer";
wlrctl = "${pkgs.wlrctl}/bin/wlrctl";
#wlrctl = "${pkgs.wlrctl}/bin/wlrctl";
ydotool = "${pkgs.ydotool}/bin/ydotool";
wl-kbptr = "${pkgs.wl-kbptr}/bin/wl-kbptr";
in