From 4b59691aae60369a2661d45138ceccfeb815c003 Mon Sep 17 00:00:00 2001 From: Evan Reichard Date: Fri, 4 Apr 2025 23:10:19 -0400 Subject: [PATCH] fixes --- .../graphical/wms/hyprland/config/waybar-style.css | 2 ++ systems/x86_64-linux/nixos-builder/default.nix | 8 -------- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/modules/home/programs/graphical/wms/hyprland/config/waybar-style.css b/modules/home/programs/graphical/wms/hyprland/config/waybar-style.css index 3043686..d0bf955 100644 --- a/modules/home/programs/graphical/wms/hyprland/config/waybar-style.css +++ b/modules/home/programs/graphical/wms/hyprland/config/waybar-style.css @@ -127,6 +127,7 @@ #network, #cpu, #workspaces { + margin-left: 0.5rem; border-top-left-radius: 1rem; border-bottom-left-radius: 1rem; } @@ -136,6 +137,7 @@ #clock, #battery, #workspaces { + margin-right: 0.5rem; border-top-right-radius: 1rem; border-bottom-right-radius: 1rem; } diff --git a/systems/x86_64-linux/nixos-builder/default.nix b/systems/x86_64-linux/nixos-builder/default.nix index 595798a..8069576 100755 --- a/systems/x86_64-linux/nixos-builder/default.nix +++ b/systems/x86_64-linux/nixos-builder/default.nix @@ -18,14 +18,6 @@ in networking = enabled; # TODO - Network Config }; - security = { - sops = { - enable = true; - sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ]; - defaultSopsFile = lib.snowfall.fs.get-file "secrets/nixos-builder/default.yaml"; - }; - }; - services = { openssh = { enable = true;