new device

This commit is contained in:
danny 2025-09-18 10:20:29 +08:00
parent a565033341
commit 5d101ab266
14 changed files with 292 additions and 17 deletions

View file

@ -1,12 +0,0 @@
{
lib,
pkgs,
...
}:
{
home.activation = {
updateIconCache = lib.hm.dag.entryAfter [ "linkGeneration" ] ''
$DRY_RUN_CMD ${pkgs.gtk3}/bin/gtk-update-icon-cache -t -f ~/.local/share/icons/hicolor
'';
};
}

View file

@ -60,7 +60,7 @@ in
''${mainMod}, n, tagwindow, ${notransTag}''
# Bitwarden Selector
(optionalString config.programs.rbw.enable ''CTRL ${mainMod}, P, exec, ${rbwSelector}'')
''CTRL ${mainMod}, P, exec, ${rbwSelector}''
# Screenshot
''${mainMod} SHIFT, s, exec, hyprshot -m region ${clipboardOnly}''