From 411cf0d919beb1a9baec1862b8259eb5a9e54a58 Mon Sep 17 00:00:00 2001 From: Daniel Patterson Date: Wed, 28 Dec 2022 14:33:31 +0000 Subject: [PATCH] Make things work better --- hosts/dingbox/configuration.nix | 2 ++ users/daniel/configs/system/alacritty/default.nix | 8 ++++---- users/daniel/default.nix | 2 ++ 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/hosts/dingbox/configuration.nix b/hosts/dingbox/configuration.nix index e01ed7e..adfa3be 100644 --- a/hosts/dingbox/configuration.nix +++ b/hosts/dingbox/configuration.nix @@ -25,6 +25,8 @@ ''; }; + environment.sessionVariables.NIXOS_OZONE_WL = "1"; + hardware.nvidia.modesetting.enable = true; networking.hostName = "dingbox"; # Define your hostname. diff --git a/users/daniel/configs/system/alacritty/default.nix b/users/daniel/configs/system/alacritty/default.nix index 028c03a..d66a881 100644 --- a/users/daniel/configs/system/alacritty/default.nix +++ b/users/daniel/configs/system/alacritty/default.nix @@ -37,10 +37,10 @@ foreground = "0x44475a"; background = "0xffb86c"; }; - bar = { - background = "0x282a36"; - foreground = "0xf8f8f2"; - }; + }; + footer_bar = { + background = "0x282a36"; + foreground = "0xf8f8f2"; }; line_indicator = { foreground = "None"; diff --git a/users/daniel/default.nix b/users/daniel/default.nix index 90f9912..c98d98b 100644 --- a/users/daniel/default.nix +++ b/users/daniel/default.nix @@ -143,6 +143,8 @@ in { enable = true; }; + starship.enable = false; + vscode.enable = true; zsh = {