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