This commit is contained in:
parent
07ff404017
commit
4d85a2cacd
3 changed files with 6 additions and 4 deletions
BIN
flake.lock
BIN
flake.lock
Binary file not shown.
BIN
flake.nix
BIN
flake.nix
Binary file not shown.
|
@ -29,6 +29,12 @@ in {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = hyprland.packages.x86_64-linux.default;
|
package = hyprland.packages.x86_64-linux.default;
|
||||||
|
|
||||||
|
plugins =
|
||||||
|
[]
|
||||||
|
++ (optionals (osConfig.hardware.sensor.iio.enable) [
|
||||||
|
hyprgrass.packages.${pkgs.system}.default
|
||||||
|
]);
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
env =
|
env =
|
||||||
[
|
[
|
||||||
|
@ -91,10 +97,6 @@ in {
|
||||||
])
|
])
|
||||||
++ (optionals (osConfig.services.gnome.gnome-keyring.enable) [
|
++ (optionals (osConfig.services.gnome.gnome-keyring.enable) [
|
||||||
"gnome-keyring-daemon --start --components=secrets"
|
"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 = [
|
windowrule = [
|
||||||
|
|
Loading…
Reference in a new issue