{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,
|
pkgs,
|
||||||
lib,
|
lib,
|
||||||
...
|
...
|
||||||
}: let
|
}: {
|
||||||
freesm-launcher = inputs.freesm.packages.${pkgs.system}.freesmlauncher;
|
|
||||||
in {
|
|
||||||
home = {
|
home = {
|
||||||
packages = with pkgs;
|
packages = with pkgs;
|
||||||
[
|
[
|
||||||
|
|
@ -26,7 +24,6 @@ in {
|
||||||
yt-dlp
|
yt-dlp
|
||||||
ripgrep
|
ripgrep
|
||||||
tty-clock
|
tty-clock
|
||||||
freesm-launcher
|
|
||||||
libimobiledevice
|
libimobiledevice
|
||||||
nix-output-monitor
|
nix-output-monitor
|
||||||
]
|
]
|
||||||
|
|
|
||||||
|
|
@ -7,6 +7,7 @@
|
||||||
}: let
|
}: let
|
||||||
cfg = config.home.gui;
|
cfg = config.home.gui;
|
||||||
ayugram-desktop = inputs.ayugram-desktop.packages.${pkgs.system}.ayugram-desktop;
|
ayugram-desktop = inputs.ayugram-desktop.packages.${pkgs.system}.ayugram-desktop;
|
||||||
|
freesm-launcher = inputs.freesm.packages.${pkgs.system}.freesmlauncher;
|
||||||
in {
|
in {
|
||||||
options.home.gui = {
|
options.home.gui = {
|
||||||
enable = lib.mkEnableOption ''
|
enable = lib.mkEnableOption ''
|
||||||
|
|
@ -56,6 +57,9 @@ in {
|
||||||
playerctl
|
playerctl
|
||||||
lan-mouse
|
lan-mouse
|
||||||
nekoray
|
nekoray
|
||||||
|
freesm-launcher
|
||||||
|
yubico-piv-tool
|
||||||
|
yubikey-manager
|
||||||
]
|
]
|
||||||
++ lib.optionals (
|
++ lib.optionals (
|
||||||
cfg.sessionType == "Sway"
|
cfg.sessionType == "Sway"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue