(desktop) Gen 459: Added keyring bind to hyprland config, along with a script for it. Super + P

This commit is contained in:
pagedMov
2024-10-13 23:55:46 -04:00
parent 883301de37
commit f12238962e
7 changed files with 25 additions and 10 deletions

View File

@@ -2,6 +2,7 @@
let
compress = (import ./commands/compress.nix { self = self; pkgs = pkgs;});
passhelper = (import ./wm-controls/passhelper.nix { self = self; pkgs = pkgs;});
crs = (import ./commands/crs.nix { self = self; pkgs = pkgs;});
extract = (import ./commands/extract.nix { self = self; pkgs = pkgs;});
invoke = (import ./commands/invoke.nix { self = self; pkgs = pkgs;});
@@ -29,6 +30,7 @@ in
{
home.packages = [
compress
passhelper
crs
extract
garbage-collect