[NixOS] Add gimp

This commit is contained in:
Ivan Malison 2018-06-24 17:15:56 -07:00
parent e91fe46cdb
commit 7bdb148a94
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

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