nixos/home-manager/software/keeweb/default.nix

9 lines
139 B
Nix
Raw Normal View History

{ pkgs, ... }:
{
home.packages = with pkgs; [
keeweb
];
home.file.".config/qtile/autostart.d/keeweb.sh".source = ./keeweb.sh;
}