mirror of
https://github.com/Theaninova/TheaninovOS.git
synced 2025-12-11 02:56:27 +00:00
5 lines
119 B
Nix
5 lines
119 B
Nix
{ pkgs, ... }: {
|
|
home.packages = [ pkgs.neovide ];
|
|
xdg.configFile."neovide/config.toml".source = ./neovide.toml;
|
|
}
|