refactor: remove currently unnecessary imports
This commit is contained in:
parent
15ec32b214
commit
aaa6404701
1 changed files with 0 additions and 2 deletions
|
@ -2,8 +2,6 @@
|
||||||
home-manager.users.infinidoge = { suites, profiles, ... }: {
|
home-manager.users.infinidoge = { suites, profiles, ... }: {
|
||||||
imports = lib.our.flattenListSet {
|
imports = lib.our.flattenListSet {
|
||||||
suites = with suites; [ base ];
|
suites = with suites; [ base ];
|
||||||
profiles = with profiles; [ ];
|
|
||||||
imports = [ ];
|
|
||||||
};
|
};
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue