6 lines
72 B
Nix
6 lines
72 B
Nix
{ pkgs, ... }:
|
|
|
|
{
|
|
home.programs = with pkgs.libsForQt5; [ ktouch ];
|
|
}
|