nixos/home/desktop/common-touchinput.nix

11 lines
128 B
Nix
Raw Normal View History

{ pkgs, ... }:
{
home.packages = with pkgs; [
squeekboard
lisgd
];
programs.wlogout = {
enable = true;
};
}