some refactoring

This commit is contained in:
cnst
2024-10-13 18:09:15 +02:00
parent 25a3fed51c
commit 084bc3b34f
125 changed files with 437 additions and 370 deletions

View File

@@ -1,54 +1,54 @@
{systemModules, ...}: {
{smodPath, ...}: {
imports = [
"${systemModules}/boot/loader"
"${systemModules}/boot/kernel"
"${systemModules}/gaming/gamemode"
"${systemModules}/gaming/gamescope"
"${systemModules}/gaming/lutris"
"${systemModules}/gaming/steam"
"${systemModules}/gui/gnome"
"${systemModules}/gui/hyprland"
"${systemModules}/hardware/bluetooth"
"${systemModules}/hardware/graphics/amd"
"${systemModules}/hardware/graphics/nvidia"
"${systemModules}/hardware/logitech"
"${systemModules}/hardware/network"
"${systemModules}/nix/nh"
"${systemModules}/studio/blender"
"${systemModules}/studio/gimp"
"${systemModules}/studio/inkscape"
"${systemModules}/studio/beekeeper"
"${systemModules}/studio/mysql-workbench"
"${systemModules}/sysd/network/blueman"
"${systemModules}/sysd/network/mullvad"
"${systemModules}/sysd/network/samba"
"${systemModules}/sysd/network/openssh"
"${systemModules}/sysd/security/agenix"
"${systemModules}/sysd/security/gnome-keyring"
"${systemModules}/sysd/session/dbus"
"${systemModules}/sysd/session/dconf"
"${systemModules}/sysd/session/xserver"
"${systemModules}/sysd/system/fwupd"
"${systemModules}/sysd/system/greetd"
"${systemModules}/sysd/system/gvfs"
"${systemModules}/sysd/system/locate"
"${systemModules}/sysd/system/nix-ld"
"${systemModules}/sysd/system/pcscd"
"${systemModules}/sysd/system/pipewire"
"${systemModules}/sysd/system/powerd"
"${systemModules}/sysd/system/udisks"
"${systemModules}/sysd/system/zram"
"${systemModules}/sysd/system/kanata"
"${systemModules}/utils/android"
"${systemModules}/utils/anyrun"
"${systemModules}/utils/brightnessctl"
"${systemModules}/utils/chaotic"
"${systemModules}/utils/corectrl"
"${systemModules}/utils/microfetch"
"${systemModules}/utils/misc"
"${systemModules}/utils/npm"
"${systemModules}/utils/obsidian"
"${systemModules}/utils/yubikey"
"${systemModules}/utils/zsh"
"${smodPath}/boot/loader"
"${smodPath}/boot/kernel"
"${smodPath}/gaming/gamemode"
"${smodPath}/gaming/gamescope"
"${smodPath}/gaming/lutris"
"${smodPath}/gaming/steam"
"${smodPath}/gui/gnome"
"${smodPath}/gui/hyprland"
"${smodPath}/hardware/bluetooth"
"${smodPath}/hardware/graphics/amd"
"${smodPath}/hardware/graphics/nvidia"
"${smodPath}/hardware/logitech"
"${smodPath}/hardware/network"
"${smodPath}/nix/nh"
"${smodPath}/studio/blender"
"${smodPath}/studio/gimp"
"${smodPath}/studio/inkscape"
"${smodPath}/studio/beekeeper"
"${smodPath}/studio/mysql-workbench"
"${smodPath}/sysd/network/blueman"
"${smodPath}/sysd/network/mullvad"
"${smodPath}/sysd/network/samba"
"${smodPath}/sysd/network/openssh"
"${smodPath}/sysd/security/agenix"
"${smodPath}/sysd/security/gnome-keyring"
"${smodPath}/sysd/session/dbus"
"${smodPath}/sysd/session/dconf"
"${smodPath}/sysd/session/xserver"
"${smodPath}/sysd/system/fwupd"
"${smodPath}/sysd/system/greetd"
"${smodPath}/sysd/system/gvfs"
"${smodPath}/sysd/system/locate"
"${smodPath}/sysd/system/nix-ld"
"${smodPath}/sysd/system/pcscd"
"${smodPath}/sysd/system/pipewire"
"${smodPath}/sysd/system/powerd"
"${smodPath}/sysd/system/udisks"
"${smodPath}/sysd/system/zram"
"${smodPath}/sysd/system/kanata"
"${smodPath}/utils/android"
"${smodPath}/utils/anyrun"
"${smodPath}/utils/brightnessctl"
"${smodPath}/utils/chaotic"
"${smodPath}/utils/corectrl"
"${smodPath}/utils/microfetch"
"${smodPath}/utils/misc"
"${smodPath}/utils/npm"
"${smodPath}/utils/obsidian"
"${smodPath}/utils/yubikey"
"${smodPath}/utils/zsh"
];
}