switch to unstable
This commit is contained in:
parent
45e2fb7202
commit
f48d68566d
6 changed files with 8 additions and 23 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -1,3 +0,0 @@
|
|||
#!/bin/sh
|
||||
|
||||
eww close-all
|
||||
|
|
@ -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
|
||||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +0,0 @@
|
|||
#!/bin/sh
|
||||
|
||||
(pkill wofi && ~/.config/eww/scripts/close.sh) ||
|
||||
(wofi --show drun &
|
||||
~/.config/eww/scripts/open.sh)
|
||||
Loading…
Add table
Add a link
Reference in a new issue