nix-config/modules/system/home/art/default.nix
2024-04-20 17:52:47 +02:00

5 lines
65 B
Nix

{ pkgs, ... }: {
home.packages = with pkgs; [
krita
];
}