nixos-config/config/programs/kde.nix

8 lines
108 B
Nix

{ pkgs, ... }: {
imports = [
./ibus.nix
];
home.packages = with pkgs; [
kde-gtk-config
];
}