nix/misc/default.nix
2024-07-04 01:13:59 +02:00

8 lines
84 B
Nix

{ ... }:
{
imports = [
./dunst.nix
./flameshot.nix
./picom.nix
];
}