9 lines
211 B
Nix
9 lines
211 B
Nix
# This directory contains modules which can be loaded on both nixos and home-manager!
|
|
{
|
|
imports = [ ./fonts.nix ./themes ];
|
|
|
|
# {{{ ad-hoc toggles
|
|
satellite.toggles.neovim-nightly.enable = false;
|
|
# }}}
|
|
}
|