mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 16:57:55 +00:00
16 lines
246 B
Nix
Executable File
16 lines
246 B
Nix
Executable File
# My apps on my natural desktop environment.
|
|
{ config, options, lib, pkgs, ... }:
|
|
|
|
{
|
|
imports = [
|
|
./browsers.nix
|
|
./cad.nix
|
|
./files.nix
|
|
./fonts.nix
|
|
./graphics.nix
|
|
./multimedia.nix
|
|
./music.nix
|
|
./research.nix
|
|
];
|
|
}
|