index
:
home
main
neovim-rework
nvim
my config files
Stefan Weigl-Bosker
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
colors
/
default.nix
blob: 954e7430ff4a8a4d1e06642e72d4087aa4b30135 (
plain
)
1
2
3
4
5
6
7
{ ... }:
{
imports
= [
./
mountain
.
nix
./
default
-
dark
.
nix
];
}