Files
old-nixos-dotfiles/user/apps/graphics/inkscape.nix
2024-08-29 18:54:36 +09:00

7 lines
68 B
Nix

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