formatting
This commit is contained in:
parent
64fcff10aa
commit
48387d08e3
14 changed files with 129 additions and 111 deletions
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
pkgs,
|
||||
{
|
||||
pkgs,
|
||||
system,
|
||||
inputs,
|
||||
config,
|
||||
|
|
@ -31,13 +31,12 @@
|
|||
configExtension = config: (lib.mkIf cfg.bundles.${name}.enable config);
|
||||
})
|
||||
(helperLib.filesIn ./bundles);
|
||||
|
||||
in {
|
||||
imports = [
|
||||
]
|
||||
# ++ features
|
||||
++ bundles
|
||||
;
|
||||
imports =
|
||||
[
|
||||
]
|
||||
# ++ features
|
||||
++ bundles;
|
||||
|
||||
config = {
|
||||
myHomeManager = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue