Add inkscape
This commit is contained in:
parent
6bf2465adf
commit
81a09f92df
2 changed files with 5 additions and 0 deletions
|
|
@ -11,6 +11,7 @@
|
|||
./coding.nix
|
||||
./gaming.nix
|
||||
./media.nix
|
||||
./illustration.nix
|
||||
./backup.nix
|
||||
];
|
||||
|
||||
|
|
|
|||
4
illustration.nix
Normal file
4
illustration.nix
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
environment.systemPackages = [pkgs.inkscape];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue