refactor(home:hyprland): move volume, brightness, powermenu --> tools

This commit is contained in:
ooks-io 2024-06-09 17:13:07 +12:00
parent a6d5e892a1
commit 09504dbc89
9 changed files with 124 additions and 57 deletions

View file

@ -1,8 +1,6 @@
{ lib, config, pkgs, inputs, ... }:
{ lib, config, pkgs, ... }:
let
wayland = config.ooknet.wayland;
inherit (import ./pkgs {inherit pkgs;}) hyprbrightness hyprvolume;
inherit (inputs.ooks-scripts.packages.${pkgs.system}) powermenu zellijmenu;
inherit (lib) mkIf;
in
{
@ -15,12 +13,6 @@ in
config = mkIf (wayland.compositor == "hyprland") {
home.packages = [
pkgs.hyprpicker
hyprvolume
hyprbrightness
# Personal scripts
powermenu
zellijmenu #TODO: only add if zellij enabled
];
wayland.windowManager.hyprland = {