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
/
default.nix
blob: bb06c36f453a35d1200d73913f82bf682e1c8976 (
plain
)
1
2
3
4
5
6
7
8
9
{ ... }:
{
imports
= [
./
foot
.
nix
./
sway
./
neovim
./
qutebrowser
];
}