Missing semicolon
This commit is contained in:
parent
8907181209
commit
4fe890b0a3
@ -26,6 +26,7 @@
|
|||||||
};
|
};
|
||||||
mkHomeManagerConfiguration = { username, user-email, home-dir, enable-gui, pkgs, ... }:
|
mkHomeManagerConfiguration = { username, user-email, home-dir, enable-gui, pkgs, ... }:
|
||||||
home-manager.lib.homeManagerConfiguration (import ./niten.nix {
|
home-manager.lib.homeManagerConfiguration (import ./niten.nix {
|
||||||
inherit username user-email home-dir enable-gui doom-emacs niten-doom-config pkgs});
|
inherit username user-email home-dir enable-gui doom-emacs niten-doom-config pkgs;
|
||||||
|
});
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user