get rid of via and vial
This commit is contained in:
parent
8153f23900
commit
709db35936
1 changed files with 1 additions and 19 deletions
|
@ -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
|
||||
;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue