hyprland: cleanup

This commit is contained in:
Christoph Hollizeck 2024-11-02 08:54:17 +01:00
parent 719047b5ca
commit d912e3de8c
3 changed files with 24 additions and 20 deletions

View file

@ -1,17 +1,12 @@
{
config,
inputs,
lib,
namespace,
pkgs,
system,
...
}:
let
inherit (lib) mkIf mkEnableOption;
# hyprpaper-package = inputs.hyprpaper.packages.${system}.hyprpaper;
cfg = config.${namespace}.desktop.addons.hyprpaper;
username = config.${namespace}.user.name;