compat: pin hy3 with nixpkgs
This commit is contained in:
parent
6776e41e56
commit
7477a29500
2 changed files with 2 additions and 8 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{ config, pkgs, lib, hy3, ... }:
|
||||
{ config, pkgs, lib, ... }:
|
||||
let
|
||||
scripts = ./scripts;
|
||||
in {
|
||||
|
|
@ -7,9 +7,7 @@ in {
|
|||
systemd.enable = true;
|
||||
xwayland.enable = true;
|
||||
|
||||
plugins = [ (pkgs.hyprlandPlugins.hy3.overrideAttrs {
|
||||
src = hy3;
|
||||
}) ];
|
||||
plugins = [ pkgs.hyprlandPlugins.hy3 ];
|
||||
|
||||
settings = let
|
||||
# Volume using pamixer
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue