chore: bump inputs

This commit is contained in:
Kiana Sheibani 2025-04-03 00:45:43 -04:00
parent 264fc1406d
commit f82b512e17
Signed by: toki
GPG key ID: 6CB106C25E86A9F7
4 changed files with 39 additions and 92 deletions

View file

@ -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

View file

@ -1,4 +1,4 @@
{ pkgs, lib, config, eww, ... }:
{ pkgs, lib, config, ... }:
{
home.packages = with pkgs; [
wl-clipboard
@ -114,7 +114,6 @@
# EWW
programs.eww.enable = true;
programs.eww.package = eww.packages.${pkgs.system}.eww;
programs.eww.configDir = ./eww;
systemd.user.services.eww =