mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-12-06 21:17:14 -06:00
chore: refactored input imports
This commit is contained in:
parent
8ecdaefa43
commit
38f7ba4d91
9 changed files with 42 additions and 36 deletions
|
|
@ -9,12 +9,16 @@ in
|
|||
inherit (modules)
|
||||
flatpak
|
||||
hypr
|
||||
wayland
|
||||
impermanence
|
||||
lix
|
||||
microvm
|
||||
network
|
||||
niri
|
||||
nur
|
||||
plymouth
|
||||
tuios
|
||||
wayland
|
||||
wireguard
|
||||
microvm
|
||||
;
|
||||
};
|
||||
};
|
||||
|
|
@ -22,13 +26,16 @@ in
|
|||
deimos = {
|
||||
imports = builtins.attrValues {
|
||||
inherit (modules)
|
||||
hypr
|
||||
wayland
|
||||
network
|
||||
flatpak
|
||||
plymouth
|
||||
wireguard
|
||||
hypr
|
||||
lix
|
||||
microvm
|
||||
network
|
||||
niri
|
||||
nur
|
||||
plymouth
|
||||
wayland
|
||||
wireguard
|
||||
;
|
||||
};
|
||||
};
|
||||
|
|
@ -37,6 +44,8 @@ in
|
|||
imports = builtins.attrValues {
|
||||
inherit (modules)
|
||||
microvm
|
||||
lix
|
||||
nur
|
||||
;
|
||||
};
|
||||
};
|
||||
|
|
@ -51,6 +60,7 @@ in
|
|||
forgejo
|
||||
impermanence
|
||||
jellyfin
|
||||
lix
|
||||
mastodon
|
||||
microvm
|
||||
minecraft
|
||||
|
|
@ -71,6 +81,7 @@ in
|
|||
imports = builtins.attrValues {
|
||||
inherit (modules)
|
||||
impermanence
|
||||
lix
|
||||
microvm
|
||||
opencloud0
|
||||
sambaEris
|
||||
|
|
@ -82,6 +93,7 @@ in
|
|||
imports = builtins.attrValues {
|
||||
inherit (modules)
|
||||
iso
|
||||
lix
|
||||
xserver
|
||||
;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue