mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 00:53:55 -05:00
16 lines
169 B
Nix
16 lines
169 B
Nix
inputs: self: {
|
|
config,
|
|
pkgs,
|
|
lib,
|
|
...
|
|
}: {
|
|
imports = [
|
|
./apps
|
|
./defaultApps.nix
|
|
./desktop
|
|
./options.nix
|
|
./services
|
|
./theme.nix
|
|
];
|
|
}
|