nix-stuff/roles/kde/programs/default.nix

8 lines
60 B
Nix

{ ... }:
{
imports = [
./kate.nix
./firefox.nix
];
}