Some tuning for the new PC setup

This commit is contained in:
Natsu Kagami 2022-09-11 09:41:59 -04:00
parent 7e50766463
commit 53fcb21a18
Signed by: nki
GPG key ID: 7306B3D3C3AD6E51
3 changed files with 5 additions and 5 deletions

View file

@ -41,7 +41,7 @@
mode = "1920x1080@144Hz";
adaptive_sync = "on";
};
nki.programs.kitty.fontSize = 16;
nki.programs.kitty.fontSize = 14;
# Yellow light!
services.wlsunset = {

View file

@ -158,7 +158,7 @@ in
### Windows
#
# Border
window.border = 2;
window.border = 4;
# Assigning windows to workspaces
assigns = {
"${builtins.elemAt workspaces 0}" = [

View file

@ -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/";