refactor(colorscheme): change to gruvbox-material-dark-soft
This commit is contained in:
parent
2538a0513a
commit
a336d07b98
1 changed files with 1 additions and 9 deletions
|
|
@ -9,14 +9,6 @@
|
|||
|
||||
home.sessionVariables.HN = "ooksdesk";
|
||||
|
||||
homeModules.console.editor.nvim = {
|
||||
enable = true;
|
||||
plugins = {
|
||||
lualine = true;
|
||||
telescope = true;
|
||||
indentBlankline = true;
|
||||
};
|
||||
};
|
||||
homeModules.desktop.wayland.windowManager.hyprland.nvidia = true;
|
||||
|
||||
monitors = [{
|
||||
|
|
@ -28,6 +20,6 @@
|
|||
primary = true;
|
||||
}];
|
||||
|
||||
colorscheme = inputs.nix-colors.colorSchemes.everforest;
|
||||
colorscheme = inputs.nix-colors.colorSchemes.gruvbox-material-dark-soft;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue