sourcephile
/
git
/
julm
/
julm-nix.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Xmodmap: use Caps_Lock as compose key
[julm/julm-nix.git]
/
home-manager
/
profiles
/
drawing.nix
1
{ pkgs, ... }:
2
{
3
imports = [
4
./image.nix
5
];
6
home.packages = [
7
#pkgs.blender
8
pkgs.darktable
9
pkgs.eyedropper
10
pkgs.gcolor3
11
pkgs.geeqie
12
(pkgs.gimp-with-plugins.override {
13
plugins = with pkgs.gimpPlugins; [
14
gmic
15
];
16
})
17
pkgs.gthumb
18
pkgs.image-roll
19
pkgs.inkscape
20
pkgs.loupe
21
pkgs.nomacs
22
];
23
}