index
:
nix-config.git
host/omega-relay
main
test-host
nix-config; configuration for my nixos systems
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
nixos
/
desktop
/
apps.nix
blob: 5fdd823a7e6a88e80843477548318a2c50dbf1d5 (
plain
)
1
2
3
4
5
6
7
8
{
pkgs
,
...
}
:
{
environment
.
systemPackages
=
with
pkgs
;
[
floorp neovim kitty
];
}