From c39244c3872e691545ced858af192dab3febb825 Mon Sep 17 00:00:00 2001 From: Adithya Nair Date: Sat, 19 Aug 2023 16:47:03 +0530 Subject: [PATCH] fmt --- home/wm/addon/waybar/default.nix | 2 +- hosts/rico1/containers/default.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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";