index
:
world.git
this commit
main
nix configuration for my machines
Gitolite user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
users
/
fcuny
/
desktop
/
emacs.nix
blob: 67cf61c7aaba5415621bb2f3d3678e6b2155e07b (
plain
) (
blame
)
1
2
3
4
5
6
7
{
lib
,
config
,
pkgs
,
...
}:
{
home
.
packages
=
with
pkgs
;
[
emacsPgtkGcc
];
}