ktouch & discord

This commit is contained in:
2024-03-19 17:47:55 +01:00
parent 832448b0e0
commit d51ea215f8
9 changed files with 65 additions and 42 deletions

5
home/programs/ktouch.nix Normal file
View File

@@ -0,0 +1,5 @@
{ pkgs, ... }:
{
home.programs = with pkgs.libsForQt5; [ ktouch ];
}