mirror of
https://github.com/bartvdbraak/dotfiles.git
synced 2025-04-27 14:41:20 +00:00
9 lines
103 B
Nix
9 lines
103 B
Nix
{ pkgs, ... }:
|
|
|
|
{
|
|
environment.systemPackages = with pkgs; [
|
|
blender
|
|
inkscape
|
|
gimp
|
|
];
|
|
}
|