diff --git a/home/kagami-pc-home.nix b/home/kagami-pc-home.nix index db3004b..0defbc4 100644 --- a/home/kagami-pc-home.nix +++ b/home/kagami-pc-home.nix @@ -41,7 +41,7 @@ mode = "1920x1080@144Hz"; adaptive_sync = "on"; }; - nki.programs.kitty.fontSize = 16; + nki.programs.kitty.fontSize = 14; # Yellow light! services.wlsunset = { diff --git a/home/modules/programs/my-sway/default.nix b/home/modules/programs/my-sway/default.nix index 169984d..51e8cf6 100644 --- a/home/modules/programs/my-sway/default.nix +++ b/home/modules/programs/my-sway/default.nix @@ -158,7 +158,7 @@ in ### Windows # # Border - window.border = 2; + window.border = 4; # Assigning windows to workspaces assigns = { "${builtins.elemAt workspaces 0}" = [ diff --git a/nki-home/configuration.nix b/nki-home/configuration.nix index a1e52eb..2cd9d62 100644 --- a/nki-home/configuration.nix +++ b/nki-home/configuration.nix @@ -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/";