8 lines
78 B
Nix
8 lines
78 B
Nix
{ pkgs, ... }:
|
|
{
|
|
home.packages = with pkgs; [
|
|
gimp3
|
|
inkscape
|
|
];
|
|
}
|