- Fix hardcoded user path in webapps.nix (use homeDirectory) - Normalize wallpapers option to use .enable suffix - Remove duplicate FZF keybind declaration - Update comments to match actual implementation
7 lines
113 B
Nix
7 lines
113 B
Nix
# Editor aggregator — delegates to m3ta-nixpkgs editor modules.
|
|
{...}: {
|
|
imports = [
|
|
./neovim.nix
|
|
];
|
|
}
|