nixos-config/modules/desktop/default.nix
Gabriel Arazas ef12c29f36 Update the Nix config
A bunch of minor updates here, a bunch of minor changes there.
All of the Nix changes is here for all the world to see.
2020-10-07 06:56:04 +08:00

16 lines
246 B
Nix
Executable File

# My apps on my natural desktop environment.
{ config, options, lib, pkgs, ... }:
{
imports = [
./audio.nix
./browsers.nix
./cad.nix
./files.nix
./fonts.nix
./graphics.nix
./multimedia.nix
./research.nix
];
}