tweak(infinidoge,Inini-DESKTOP): move hydrus to Infini-DESKTOP

This commit is contained in:
Infinidoge 2022-02-16 09:32:04 -05:00
parent d0862a4385
commit e0a5423b53
2 changed files with 4 additions and 3 deletions

View file

@ -72,7 +72,10 @@
wlp41s0.useDHCP = true;
};
home = { profiles, ... }: {
home = { profiles, pkgs, ... }: {
imports = with profiles; [ stretchly ];
home.packages = with pkgs; [
hydrus
];
};
}