[NixOS] Add gimp

This commit is contained in:
2018-06-24 17:15:56 -07:00
parent e91fe46cdb
commit 7bdb148a94

View File

@@ -1,6 +1,7 @@
{ config, pkgs, ... }:
{
environment.systemPackages = with pkgs; [
gimp
texlive.combined.scheme-full
];
boot.extraModulePackages = with pkgs; [ xboxdrv ];