Some tuning for the new PC setup
This commit is contained in:
parent
7e50766463
commit
53fcb21a18
|
@ -41,7 +41,7 @@
|
|||
mode = "1920x1080@144Hz";
|
||||
adaptive_sync = "on";
|
||||
};
|
||||
nki.programs.kitty.fontSize = 16;
|
||||
nki.programs.kitty.fontSize = 14;
|
||||
|
||||
# Yellow light!
|
||||
services.wlsunset = {
|
||||
|
|
|
@ -158,7 +158,7 @@ in
|
|||
### Windows
|
||||
#
|
||||
# Border
|
||||
window.border = 2;
|
||||
window.border = 4;
|
||||
# Assigning windows to workspaces
|
||||
assigns = {
|
||||
"${builtins.elemAt workspaces 0}" = [
|
||||
|
|
|
@ -45,7 +45,7 @@
|
|||
};
|
||||
|
||||
networking.hostName = "kagamiPC"; # Define your hostname.
|
||||
# networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.
|
||||
networking.wireless.iwd.enable = true;
|
||||
|
||||
# Set your time zone.
|
||||
time.timeZone = "America/Toronto";
|
||||
|
@ -54,8 +54,8 @@
|
|||
# Per-interface useDHCP will be mandatory in the future, so this generated config
|
||||
# replicates the default behaviour.
|
||||
networking.useDHCP = false;
|
||||
networking.interfaces.enp8s0.useDHCP = true;
|
||||
# networking.interfaces.wlp7s0.useDHCP = true;
|
||||
networking.interfaces.enp38s0.useDHCP = true;
|
||||
networking.interfaces.wlan0.useDHCP = true;
|
||||
|
||||
# Configure network proxy if necessary
|
||||
# networking.proxy.default = "http://user:password@proxy:port/";
|
||||
|
|
Loading…
Reference in a new issue