get rid of via and vial

This commit is contained in:
jacekpoz 2024-09-03 23:52:40 +02:00
parent 8153f23900
commit 709db35936
Signed by: poz
SSH key fingerprint: SHA256:JyLeVWE4bF3tDnFeUpUaJsPsNlJyBldDGV/dIKSLyN8

View file

@ -1,21 +1,3 @@
{
config,
lib,
pkgs,
...
}: let
inherit (config.poz.other.system) username;
inherit (lib.attrsets) attrValues;
in {
_: {
hardware.keyboard.qmk.enable = true;
home-manager.users.${username} = {
home.packages = attrValues {
inherit (pkgs)
via
vial
;
};
};
}