This repository has been archived on 2024-11-22. You can view files and clone it, but cannot push or open issues or pull requests.
dotfiles-old/modules/default.nix

22 lines
492 B
Nix
Raw Normal View History

{ inputs, pkgs, config, ... }:
{
imports = [
./desktop/apps/godot.nix
./desktop/apps/xiv.nix
./desktop/apps/minecraft.nix
./desktop/cad.nix
./desktop/cam.nix
./desktop/code.nix
./desktop/daw.nix
./desktop/art.nix
./desktop/chat.nix
./desktop/games.nix
./system/boot/grub.nix
./system/audio.nix
./system/bluetooth.nix
./system/locale.nix
./system/network.nix
];
}