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

9 lines
77 B
Nix

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