Make things work better
This commit is contained in:
@@ -25,6 +25,8 @@
|
||||
'';
|
||||
};
|
||||
|
||||
environment.sessionVariables.NIXOS_OZONE_WL = "1";
|
||||
|
||||
hardware.nvidia.modesetting.enable = true;
|
||||
|
||||
networking.hostName = "dingbox"; # Define your hostname.
|
||||
|
||||
@@ -37,11 +37,11 @@
|
||||
foreground = "0x44475a";
|
||||
background = "0xffb86c";
|
||||
};
|
||||
bar = {
|
||||
};
|
||||
footer_bar = {
|
||||
background = "0x282a36";
|
||||
foreground = "0xf8f8f2";
|
||||
};
|
||||
};
|
||||
line_indicator = {
|
||||
foreground = "None";
|
||||
background = "None";
|
||||
|
||||
@@ -143,6 +143,8 @@ in {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
starship.enable = false;
|
||||
|
||||
vscode.enable = true;
|
||||
|
||||
zsh = {
|
||||
|
||||
Reference in New Issue
Block a user