refactor: remove currently unnecessary imports

This commit is contained in:
Infinidoge 2021-09-20 21:44:43 -04:00
parent 15ec32b214
commit aaa6404701

View file

@ -2,8 +2,6 @@
home-manager.users.infinidoge = { suites, profiles, ... }: {
imports = lib.our.flattenListSet {
suites = with suites; [ base ];
profiles = with profiles; [ ];
imports = [ ];
};
home.packages = with pkgs; [