mirror of
https://github.com/youwen5/liminalOS.git
synced 2025-06-20 05:59:51 -07:00
feat: bundle external nixosModules with liminalOS module
This commit is contained in:
parent
d66cce9fa1
commit
e9c6c54ee1
11 changed files with 49 additions and 45 deletions
|
@ -1,13 +1,13 @@
|
|||
{
|
||||
inputs,
|
||||
self,
|
||||
...
|
||||
}:
|
||||
{
|
||||
imports =
|
||||
[
|
||||
./configuration.nix
|
||||
../../../modules/linux
|
||||
../../../hm
|
||||
self.nixosModules.liminalOS
|
||||
../../../overlays
|
||||
{
|
||||
home-manager.users.youwen = {
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
{ self, ... }:
|
||||
{
|
||||
imports = [
|
||||
../../../hm/modules
|
||||
self.homeManagerModules.liminalOS
|
||||
];
|
||||
|
||||
home = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue