style: organize user imports
This commit is contained in:
parent
b0cb0d4227
commit
281c2d5883
1 changed files with 5 additions and 2 deletions
|
@ -1,6 +1,9 @@
|
|||
{ config, self, lib, pkgs, ... }: {
|
||||
home-manager.users.infinidoge = { suites, ... }: {
|
||||
imports = suites.base;
|
||||
home-manager.users.infinidoge = { suites, profiles, ... }: {
|
||||
imports =
|
||||
(with suites; lib.lists.flatten [ base ])
|
||||
++ (with profiles; [ ])
|
||||
++ [ ];
|
||||
};
|
||||
|
||||
users.users.infinidoge = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue