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
/
gui
/
kitty
/
default.nix
blob: ed2d7e77786f52a71f3c0b609c5e64babbf7c2b7 (
plain
) (
blame
)
1
2
3
{
pkgs
,
...
}:
{
programs
.
kitty
.
enable
=
true
;
}