modified: hosts/shared/nixos/shared_config.nix modified: modules/default.nix deleted: modules/desktop/apps/emulationstation.nix modified: modules/desktop/code.nix modified: modules/desktop/games.nix
22 lines
No EOL
492 B
Nix
22 lines
No EOL
492 B
Nix
{ 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
|
|
];
|
|
} |