fix: hyprland keys

This commit is contained in:
2026-01-18 20:28:46 -05:00
parent 3a67a3fe99
commit 00a486c5e6
5 changed files with 181 additions and 165 deletions

View File

@@ -1,4 +1,9 @@
{ pkgs, lib, config, namespace, ... }:
{ pkgs
, lib
, config
, namespace
, ...
}:
let
inherit (lib) mkIf mkEnableOption;
@@ -11,7 +16,9 @@ in
config = mkIf cfg.enable {
home.packages = with pkgs; [
darktable
gimp-with-plugins
gthumb
];
};
}