mirror of
https://git.sr.ht/~neverness/ultima
synced 2025-01-19 23:33:53 +00:00
14 lines
254 B
Nix
14 lines
254 B
Nix
{ x, ... }:
|
|
{
|
|
imports = x.umport {
|
|
path = ./.;
|
|
include = [ ./programs/custom/anicli/default.nix ];
|
|
exclude = [
|
|
./default.nix
|
|
./programs/gui/floorp/addons.nix
|
|
./themes/stylix/image.nix
|
|
./programs/custom
|
|
];
|
|
};
|
|
}
|