flake: remove unnecessary list flattening
This commit is contained in:
parent
07c2a4ac49
commit
c2cbb67107
3 changed files with 4 additions and 4 deletions
|
@ -5,11 +5,11 @@ let
|
|||
ifGraphical' = lib.optional config.info.graphical;
|
||||
in
|
||||
{
|
||||
imports = flatten [
|
||||
imports = [
|
||||
];
|
||||
|
||||
home = { config, main, ... }: {
|
||||
imports = flatten [
|
||||
imports = [
|
||||
./config
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue