From 05d2d39af50324eafb35ea0dab04031d5719c163 Mon Sep 17 00:00:00 2001 From: xunuwu Date: Sat, 7 Jun 2025 05:35:44 +0200 Subject: [PATCH] prefix some profile things with __ --- home/desktop/{common => __common}/fuzzel.nix | 0 home/desktop/{common => __common}/wl-clipboard.nix | 0 home/desktop/{common => __common}/wob.nix | 0 home/desktop/sway/{waybar.nix => __waybar.nix} | 0 home/desktop/sway/default.nix | 8 ++++---- 5 files changed, 4 insertions(+), 4 deletions(-) rename home/desktop/{common => __common}/fuzzel.nix (100%) rename home/desktop/{common => __common}/wl-clipboard.nix (100%) rename home/desktop/{common => __common}/wob.nix (100%) rename home/desktop/sway/{waybar.nix => __waybar.nix} (100%) 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 = {