chore(hyprgrass): get ride of override
All checks were successful
Discord / discord commits (push) Has been skipped
All checks were successful
Discord / discord commits (push) Has been skipped
This commit is contained in:
parent
cc9cb421c8
commit
85ce0e06f7
1 changed files with 1 additions and 5 deletions
|
@ -11,11 +11,7 @@
|
||||||
in
|
in
|
||||||
mkIf cfg.isTouchscreen {
|
mkIf cfg.isTouchscreen {
|
||||||
wayland.windowManager.hyprland = {
|
wayland.windowManager.hyprland = {
|
||||||
plugins = [
|
plugins = [hyprgrass.packages.${pkgs.system}.default];
|
||||||
(hyprgrass.packages.${pkgs.system}.default.overrideAttrs (o: {
|
|
||||||
nativeBuildInputs = o.nativeBuildInputs ++ [pkgs.meson];
|
|
||||||
}))
|
|
||||||
];
|
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
plugin = {
|
plugin = {
|
||||||
|
|
Loading…
Reference in a new issue