{yubico-piv & ykman}: inited at hm

This commit is contained in:
hand7s 2025-04-27 13:12:11 +03:00
parent b1bb1c3ea2
commit 2fa0253ee8
No known key found for this signature in database
2 changed files with 5 additions and 4 deletions

View file

@ -4,9 +4,7 @@
pkgs,
lib,
...
}: let
freesm-launcher = inputs.freesm.packages.${pkgs.system}.freesmlauncher;
in {
}: {
home = {
packages = with pkgs;
[
@ -26,7 +24,6 @@ in {
yt-dlp
ripgrep
tty-clock
freesm-launcher
libimobiledevice
nix-output-monitor
]

View file

@ -7,6 +7,7 @@
}: let
cfg = config.home.gui;
ayugram-desktop = inputs.ayugram-desktop.packages.${pkgs.system}.ayugram-desktop;
freesm-launcher = inputs.freesm.packages.${pkgs.system}.freesmlauncher;
in {
options.home.gui = {
enable = lib.mkEnableOption ''
@ -56,6 +57,9 @@ in {
playerctl
lan-mouse
nekoray
freesm-launcher
yubico-piv-tool
yubikey-manager
]
++ lib.optionals (
cfg.sessionType == "Sway"