sourcephile
/
git
/
julm
/
julm-nix.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
aubergine: fix LTE disconnects on logouts
[julm/julm-nix.git]
/
home-manager
/
profiles
/
drawing.nix
1
{ pkgs, ... }:
2
{
3
home.packages = [
4
#pkgs.blender
5
pkgs.gcolor2
6
pkgs.geeqie
7
pkgs.gimp
8
pkgs.gpicview
9
pkgs.graphviz
10
pkgs.imagemagick
11
pkgs.inkscape
12
pkgs.libavif
13
pkgs.optipng
14
];
15
}