reenable hypr utils

This commit is contained in:
willifan 2024-05-13 13:48:17 +02:00
parent 91a90350a9
commit 3696b6b40a
6 changed files with 16 additions and 29 deletions

View file

@ -9,8 +9,6 @@
playerctl
kanshi
jq
bc
xorg.xrandr

View file

@ -1,6 +1,7 @@
{ pkgs, ... }:
{
programs.hyprland.enable = true;
imports = [
./hypridle.nix
./hyprland.nix
@ -8,4 +9,6 @@
./hyprpaper.nix
#./kanshi.nix
];
}
}

View file

@ -15,7 +15,7 @@
];
# Execute your favorite apps at launch
exec-once = [
''kanshi & hyprpaper & hypridle &"''
''kanshi &''
''hyprctl dispatch exec "[workspace 1 silent] kitty"''
''hyprctl dispatch exec "[workspace 2 silent] firefox"''

View file

@ -11,4 +11,4 @@
};
};
};
}
}