[NixOS] Add gimp
This commit is contained in:
parent
e91fe46cdb
commit
7bdb148a94
@ -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 ];
|
||||||
|
Loading…
Reference in New Issue
Block a user