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