sourcephile
/
git
/
julm
/
julm-nix.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
julm: losurdo: uninstall mastodon-archive
[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.gcolor2
10
pkgs.geeqie
11
pkgs.gimp
12
pkgs.gpicview
13
pkgs.gthumb
14
pkgs.inkscape
15
];
16
}