Add inkscape
This commit is contained in:
@@ -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];
|
||||
}
|
Reference in New Issue
Block a user