From 26494954f2e5707c1e83732dc8c00001f418a578 Mon Sep 17 00:00:00 2001 From: zackartz Date: Fri, 1 Mar 2024 02:03:49 -0500 Subject: [PATCH] 71 --- hosts/earth/configuration.nix | 2 ++ modules/rice/hyprland/config.nix | 5 ++--- 2 files changed, 4 insertions(+), 3 deletions(-) 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; };