Make things work better

This commit is contained in:
2022-12-28 14:33:31 +00:00
parent 2afb6a5eb6
commit 411cf0d919
3 changed files with 8 additions and 4 deletions

View File

@@ -25,6 +25,8 @@
'';
};
environment.sessionVariables.NIXOS_OZONE_WL = "1";
hardware.nvidia.modesetting.enable = true;
networking.hostName = "dingbox"; # Define your hostname.

View File

@@ -37,11 +37,11 @@
foreground = "0x44475a";
background = "0xffb86c";
};
bar = {
};
footer_bar = {
background = "0x282a36";
foreground = "0xf8f8f2";
};
};
line_indicator = {
foreground = "None";
background = "None";

View File

@@ -143,6 +143,8 @@ in {
enable = true;
};
starship.enable = false;
vscode.enable = true;
zsh = {