fixes for oracle when updating to latest

This commit is contained in:
Noah Masur
2022-12-06 17:56:29 +00:00
parent 427bd1a421
commit 9b12369e43
7 changed files with 24 additions and 13 deletions

View File

@ -1,4 +1,4 @@
{ inputs, globals, ... }:
{ inputs, globals, overlays, ... }:
with inputs;
@ -15,7 +15,8 @@ nixpkgs.lib.nixosSystem {
home-manager.nixosModules.home-manager
{
gui.enable = false;
colorscheme = (import ../../modules/colorscheme/gruvbox);
theme = { colors = (import ../../modules/colorscheme/gruvbox).dark; };
nixpkgs.overlays = overlays;
# FQDNs for various services
networking.hostName = "oracle";