diff --git a/home/desktop/common/fuzzel.nix b/home/desktop/__common/fuzzel.nix similarity index 100% rename from home/desktop/common/fuzzel.nix rename to home/desktop/__common/fuzzel.nix diff --git a/home/desktop/common/wl-clipboard.nix b/home/desktop/__common/wl-clipboard.nix similarity index 100% rename from home/desktop/common/wl-clipboard.nix rename to home/desktop/__common/wl-clipboard.nix diff --git a/home/desktop/common/wob.nix b/home/desktop/__common/wob.nix similarity index 100% rename from home/desktop/common/wob.nix rename to home/desktop/__common/wob.nix diff --git a/home/desktop/sway/waybar.nix b/home/desktop/sway/__waybar.nix similarity index 100% rename from home/desktop/sway/waybar.nix rename to home/desktop/sway/__waybar.nix diff --git a/home/desktop/sway/default.nix b/home/desktop/sway/default.nix index b978f6e..f7497cd 100644 --- a/home/desktop/sway/default.nix +++ b/home/desktop/sway/default.nix @@ -6,10 +6,10 @@ ... }: { imports = [ - ../common/fuzzel.nix - ../common/wob.nix - ../common/wl-clipboard.nix - ./waybar.nix + ../__common/fuzzel.nix + ../__common/wob.nix + ../__common/wl-clipboard.nix + ./__waybar.nix ]; # services.gnome-keyring = {