chore: bump inputs
This commit is contained in:
parent
264fc1406d
commit
f82b512e17
4 changed files with 39 additions and 92 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{ config, pkgs, lib, ... }:
|
||||
{ config, pkgs, lib, hy3, ... }:
|
||||
let
|
||||
scripts = ./scripts;
|
||||
in {
|
||||
|
|
@ -7,7 +7,9 @@ in {
|
|||
systemd.enable = true;
|
||||
xwayland.enable = true;
|
||||
|
||||
plugins = with pkgs.hyprlandPlugins; [ hy3 ];
|
||||
plugins = [ (pkgs.hyprlandPlugins.hy3.overrideAttrs {
|
||||
src = hy3;
|
||||
}) ];
|
||||
|
||||
settings = let
|
||||
# Volume using pamixer
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue