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