sourcephile
/
git
/
julm
/
julm-nix.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
T14sAMDGen1: note on fwupd
[julm/julm-nix.git]
/
home-manager
/
profiles
/
image.nix
1
{ pkgs, ... }:
2
{
3
home.packages = [
4
pkgs.graphviz
5
pkgs.imagemagick
6
pkgs.libavif
7
pkgs.optipng
8
pkgs.pngnq
9
];
10
}