mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-05 20:50:15 +00:00
neovim colors.lua based on colorscheme
This commit is contained in:
@ -12,6 +12,7 @@ nixpkgs.lib.nixosSystem {
|
||||
{
|
||||
networking.hostName = "wsl";
|
||||
gui.enable = false;
|
||||
gui.colorscheme = (import ../../modules/colorscheme/gruvbox);
|
||||
passwordHash =
|
||||
"$6$PZYiMGmJIIHAepTM$Wx5EqTQ5GApzXx58nvi8azh16pdxrN6Qrv1wunDlzveOgawitWzcIxuj76X9V868fsPi/NOIEO8yVXqwzS9UF.";
|
||||
wsl = {
|
||||
|
Reference in New Issue
Block a user