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