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 = {