Files
cnix/system/modules/default.nix
2024-10-13 18:09:15 +02:00

55 lines
1.7 KiB
Nix

{smodPath, ...}: {
imports = [
"${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"
];
}