1
0
Fork 0
mirror of https://git.sr.ht/~neverness/ultima synced 2025-01-19 23:33:53 +00:00
ultima/modules/home/default.nix
2024-12-27 23:10:04 +09:00

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
];
};
}