hyprland: cleanup

This commit is contained in:
Christoph Hollizeck 2024-11-02 08:54:17 +01:00
parent 28d1a977e1
commit e31fab0704
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 1763BB530F50279E
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;