diff --git a/hosts/tower/boot/default.nix b/hosts/tower/boot/default.nix index 8c5668af..9f0c2504 100644 --- a/hosts/tower/boot/default.nix +++ b/hosts/tower/boot/default.nix @@ -1,4 +1,4 @@ -{ config, lib, pkgsUnstable, ... }: +{ config, lib, pkgs, ... }: let commonKernelParams = [ # VM/GPU passthrough @@ -13,7 +13,7 @@ let in { boot = { # Latest kernel and IOMMU isolation - kernelPackages = pkgsUnstable.linuxPackages_latest; + kernelPackages = pkgs.linuxPackages_latest; kernelParams = commonKernelParams ++ [ "vfio-pci.ids=10de:1f82,10de:10fa" ]; # Load into GPU before video driver diff --git a/modules/home/wms/programs/waybar/default.nix b/modules/home/wms/programs/waybar/default.nix index 137b285f..49700001 100644 --- a/modules/home/wms/programs/waybar/default.nix +++ b/modules/home/wms/programs/waybar/default.nix @@ -300,9 +300,9 @@ } #waybar { background: #${config.look.colors.dark}; } - #network { padding: 0 8px 0 4px; } - #pulseaudio, #scratchpad, #privacy, #tray, #bluetooth { margin-left: 4px; } - #mpris, #custom-notifs, #idle_inhibitor, #custom-weather, #cpu, #memory, #custom-vram, #backlight, #battery { margin: 0 5px 0 2px; } + #network { padding: 0 6px 0 4px; } + #scratchpad, #privacy, #tray, #bluetooth { margin: 0 2px 0 2px; } + #pulseaudio, #mpris, #custom-notifs, #idle_inhibitor, #custom-weather, #cpu, #memory, #custom-vram, #backlight, #battery, #clock { margin: 0 2px 0 4px; } #workspaces { padding: 0 6px 0 0; } #workspaces button {