matt1432 2023-11-29 23:50:45 -05:00
parent 07ff404017
commit 4d85a2cacd
3 changed files with 6 additions and 4 deletions

Binary file not shown.

BIN
flake.nix

Binary file not shown.

View file

@ -29,6 +29,12 @@ in {
enable = true;
package = hyprland.packages.x86_64-linux.default;
plugins =
[]
++ (optionals (osConfig.hardware.sensor.iio.enable) [
hyprgrass.packages.${pkgs.system}.default
]);
settings = {
env =
[
@ -91,10 +97,6 @@ in {
])
++ (optionals (osConfig.services.gnome.gnome-keyring.enable) [
"gnome-keyring-daemon --start --components=secrets"
])
# FIXME: https://github.com/horriblename/hyprgrass/issues/65
++ (optionals (osConfig.hardware.sensor.iio.enable) [
"sleep 3; hyprctl plugin load ${hyprgrass.packages.${pkgs.system}.default}/lib/libhyprgrass.so"
]);
windowrule = [