{yubico-piv & ykman}: inited at hm
This commit is contained in:
parent
b1bb1c3ea2
commit
2fa0253ee8
2 changed files with 5 additions and 4 deletions
|
|
@ -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
|
||||
]
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue