index
:
nixos-config
main
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
base
/
programs.nix
blob: 2b13a226c6f03516f87bf413371e3df7f75b6ee3 (
plain
) (
blame
)
1
2
3
4
5
6
7
{
pkgs
,
...
}:
{
environment
.
systemPackages
=
with
pkgs
;
[
fastfetch htop
];
}