diff --git a/home/wm/addon/waybar/default.nix b/home/wm/addon/waybar/default.nix index 43984b5..c0e216d 100644 --- a/home/wm/addon/waybar/default.nix +++ b/home/wm/addon/waybar/default.nix @@ -11,7 +11,7 @@ layer = "top"; position = "top"; height = 28; - modules-left = [ "wlr/workspaces" "hyprland/window" "hyprland/submap"]; + modules-left = ["wlr/workspaces" "hyprland/window" "hyprland/submap"]; modules-center = []; modules-right = ["tray" "idle_inhibitor" "network" "bluetooth" "pulseaudio" "backlight" "battery" "clock"]; "sway/mode" = { diff --git a/hosts/rico1/containers/default.nix b/hosts/rico1/containers/default.nix index 9d1b008..79fb0a5 100644 --- a/hosts/rico1/containers/default.nix +++ b/hosts/rico1/containers/default.nix @@ -1,5 +1,5 @@ _: { - imports = [ ]; + imports = []; virtualisation.oci-containers = { backend = "docker";