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
|
||||
|
|
|
|||
|
|
@ -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 =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue