diff --git a/hosts/earth/configuration.nix b/hosts/earth/configuration.nix index 52b5dc4..38bb680 100644 --- a/hosts/earth/configuration.nix +++ b/hosts/earth/configuration.nix @@ -23,6 +23,8 @@ # Enable networking networking.networkmanager.enable = true; + networking.networkmanager.unmanaged = ["enp6s0"]; + # Set your time zone. time.timeZone = "America/New_York"; diff --git a/modules/rice/hyprland/config.nix b/modules/rice/hyprland/config.nix index 5fb73bd..ddd1aa5 100644 --- a/modules/rice/hyprland/config.nix +++ b/modules/rice/hyprland/config.nix @@ -31,15 +31,14 @@ decoration = { # fancy corners - rounding = 7; + rounding = 12; # blur blur = { enabled = true; size = 3; - passes = 3; + passes = 6; ignore_opacity = false; new_optimizations = 1; - xray = true; contrast = 0.7; brightness = 0.8; };