switch to unstable

This commit is contained in:
KoenDR06 2025-04-26 11:47:41 +02:00
parent 45e2fb7202
commit f48d68566d
6 changed files with 8 additions and 23 deletions

View file

@ -16,7 +16,7 @@ in {
};
config = mkIf cfg.enable {
hardware.pulseaudio.enable = false;
services.pulseaudio.enable = false;
services.jack = {
jackd.enable = false;
alsa.enable = true;

View file

@ -1,3 +0,0 @@
#!/bin/sh
eww close-all

View file

@ -1,7 +0,0 @@
#!/bin/sh
read -t 10 -p "Are you sure? Doing it anyway in 10 seconds" input
if [ $(($?)) = 0 ]; then
$1
fi

View file

@ -1,6 +1,6 @@
$mainMod = SUPER
$terminal = kitty
$launcher = ~/.config/hypr/open.sh
$launcher = (eww close-all && pkill wofi) || (./.config/eww/scripts/open.sh; wofi --show drun; eww close-all)
bind = SUPER, SPACE, exec, $launcher

View file

@ -1,5 +0,0 @@
#!/bin/sh
(pkill wofi && ~/.config/eww/scripts/close.sh) ||
(wofi --show drun &
~/.config/eww/scripts/open.sh)