From 9c101ab211b6cafcbe0adc22f4c1b4d4f6cd8e9e Mon Sep 17 00:00:00 2001 From: Weckyy702 Date: Tue, 23 Jun 2026 14:23:51 +0200 Subject: [PATCH] Tux/Weckyy702: Clean up user specific modules Generic modules should live in generic locations :^) --- modules/hosts/tux/users/{weckyy702 => }/hyprland.nix | 0 .../weckyy702/wallpaper.nix => programs/funny-wallpaper.nix} | 0 .../users/weckyy702/bluetooth.nix => services/blueman-applet.nix} | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename modules/hosts/tux/users/{weckyy702 => }/hyprland.nix (100%) rename modules/{hosts/tux/users/weckyy702/wallpaper.nix => programs/funny-wallpaper.nix} (100%) rename modules/{hosts/tux/users/weckyy702/bluetooth.nix => services/blueman-applet.nix} (100%) diff --git a/modules/hosts/tux/users/weckyy702/hyprland.nix b/modules/hosts/tux/users/hyprland.nix similarity index 100% rename from modules/hosts/tux/users/weckyy702/hyprland.nix rename to modules/hosts/tux/users/hyprland.nix diff --git a/modules/hosts/tux/users/weckyy702/wallpaper.nix b/modules/programs/funny-wallpaper.nix similarity index 100% rename from modules/hosts/tux/users/weckyy702/wallpaper.nix rename to modules/programs/funny-wallpaper.nix diff --git a/modules/hosts/tux/users/weckyy702/bluetooth.nix b/modules/services/blueman-applet.nix similarity index 100% rename from modules/hosts/tux/users/weckyy702/bluetooth.nix rename to modules/services/blueman-applet.nix