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

12
flake.lock generated
View file

@ -7,11 +7,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1745555634, "lastModified": 1745627989,
"narHash": "sha256-lhVyVn1utb2UVTbyKJ6mfKB7wLTjrj14OlebvO0WU2s=", "narHash": "sha256-mOCdFmxocBPae7wg7RYWOtJzWMJk34u9493ItY0dVqw=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "98f4fef7fd7b4a77245db12e33616023162bc6d9", "rev": "4d2d32231797bfa7213ae5e8ac89d25f8caaae82",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -22,11 +22,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1745391562, "lastModified": 1745526057,
"narHash": "sha256-sPwcCYuiEopaafePqlG826tBhctuJsLx/mhKKM5Fmjo=", "narHash": "sha256-ITSpPDwvLBZBnPRS2bUcHY3gZSwis/uTe255QgMtTLA=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "8a2f738d9d1f1d986b5a4cd2fd2061a7127237d7", "rev": "f771eb401a46846c1aebd20552521b233dd7e18b",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -16,7 +16,7 @@ in {
}; };
config = mkIf cfg.enable { config = mkIf cfg.enable {
hardware.pulseaudio.enable = false; services.pulseaudio.enable = false;
services.jack = { services.jack = {
jackd.enable = false; jackd.enable = false;
alsa.enable = true; 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 $mainMod = SUPER
$terminal = kitty $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 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)