diff --git a/nixos/flake.lock b/flake.lock similarity index 100% rename from nixos/flake.lock rename to flake.lock diff --git a/nixos/flake.nix b/flake.nix similarity index 100% rename from nixos/flake.nix rename to flake.nix diff --git a/nixos/home/config/hypr/bind.conf b/home/config/hypr/bind.conf similarity index 100% rename from nixos/home/config/hypr/bind.conf rename to home/config/hypr/bind.conf diff --git a/nixos/home/config/hypr/exec.conf b/home/config/hypr/exec.conf similarity index 100% rename from nixos/home/config/hypr/exec.conf rename to home/config/hypr/exec.conf diff --git a/nixos/home/config/hypr/hyprland.conf b/home/config/hypr/hyprland.conf similarity index 100% rename from nixos/home/config/hypr/hyprland.conf rename to home/config/hypr/hyprland.conf diff --git a/nixos/home/config/hypr/hyprpaper.conf b/home/config/hypr/hyprpaper.conf similarity index 100% rename from nixos/home/config/hypr/hyprpaper.conf rename to home/config/hypr/hyprpaper.conf diff --git a/nixos/home/config/hypr/input.conf b/home/config/hypr/input.conf similarity index 100% rename from nixos/home/config/hypr/input.conf rename to home/config/hypr/input.conf diff --git a/nixos/home/config/hypr/monitor.conf b/home/config/hypr/monitor.conf similarity index 100% rename from nixos/home/config/hypr/monitor.conf rename to home/config/hypr/monitor.conf diff --git a/nixos/home/config/hypr/window.conf b/home/config/hypr/window.conf similarity index 100% rename from nixos/home/config/hypr/window.conf rename to home/config/hypr/window.conf diff --git a/nixos/home/config/hypr/windowrule.conf b/home/config/hypr/windowrule.conf similarity index 100% rename from nixos/home/config/hypr/windowrule.conf rename to home/config/hypr/windowrule.conf diff --git a/nixos/home/config/swayidle/config b/home/config/swayidle/config similarity index 100% rename from nixos/home/config/swayidle/config rename to home/config/swayidle/config diff --git a/nixos/home/config/swaylock/config b/home/config/swaylock/config similarity index 100% rename from nixos/home/config/swaylock/config rename to home/config/swaylock/config diff --git a/nixos/home/config/waybar/config.jsonc b/home/config/waybar/config.jsonc similarity index 100% rename from nixos/home/config/waybar/config.jsonc rename to home/config/waybar/config.jsonc diff --git a/nixos/home/config/waybar/scripts/waybar-wttr.py b/home/config/waybar/scripts/waybar-wttr.py similarity index 100% rename from nixos/home/config/waybar/scripts/waybar-wttr.py rename to home/config/waybar/scripts/waybar-wttr.py diff --git a/nixos/home/config/waybar/style.css b/home/config/waybar/style.css similarity index 100% rename from nixos/home/config/waybar/style.css rename to home/config/waybar/style.css diff --git a/nixos/home/config/wlogout/layout b/home/config/wlogout/layout similarity index 100% rename from nixos/home/config/wlogout/layout rename to home/config/wlogout/layout diff --git a/nixos/home/config/wlogout/style.css b/home/config/wlogout/style.css similarity index 100% rename from nixos/home/config/wlogout/style.css rename to home/config/wlogout/style.css diff --git a/nixos/home/config/wofi/style.css b/home/config/wofi/style.css similarity index 100% rename from nixos/home/config/wofi/style.css rename to home/config/wofi/style.css diff --git a/nixos/home/default.nix b/home/default.nix similarity index 100% rename from nixos/home/default.nix rename to home/default.nix diff --git a/nixos/home/user/config.nix b/home/user/config.nix similarity index 100% rename from nixos/home/user/config.nix rename to home/user/config.nix diff --git a/nixos/home/user/default.nix b/home/user/default.nix similarity index 100% rename from nixos/home/user/default.nix rename to home/user/default.nix diff --git a/nixos/home/user/environment.nix b/home/user/environment.nix similarity index 100% rename from nixos/home/user/environment.nix rename to home/user/environment.nix diff --git a/nixos/home/user/git.nix b/home/user/git.nix similarity index 100% rename from nixos/home/user/git.nix rename to home/user/git.nix diff --git a/nixos/home/user/gtk.nix b/home/user/gtk.nix similarity index 100% rename from nixos/home/user/gtk.nix rename to home/user/gtk.nix diff --git a/nixos/home/user/packages.nix b/home/user/packages.nix similarity index 100% rename from nixos/home/user/packages.nix rename to home/user/packages.nix diff --git a/nixos/home/user/programs.nix b/home/user/programs.nix similarity index 100% rename from nixos/home/user/programs.nix rename to home/user/programs.nix diff --git a/nixos/home/user/shell.nix b/home/user/shell.nix similarity index 100% rename from nixos/home/user/shell.nix rename to home/user/shell.nix diff --git a/nixos/system/configuration.nix b/system/configuration.nix similarity index 100% rename from nixos/system/configuration.nix rename to system/configuration.nix diff --git a/nixos/system/hardware-configuration.nix b/system/hardware-configuration.nix similarity index 100% rename from nixos/system/hardware-configuration.nix rename to system/hardware-configuration.nix diff --git a/nixos/system/modules/boot.nix b/system/modules/boot.nix similarity index 100% rename from nixos/system/modules/boot.nix rename to system/modules/boot.nix diff --git a/nixos/system/modules/default.nix b/system/modules/default.nix similarity index 100% rename from nixos/system/modules/default.nix rename to system/modules/default.nix diff --git a/nixos/system/modules/fonts.nix b/system/modules/fonts.nix similarity index 100% rename from nixos/system/modules/fonts.nix rename to system/modules/fonts.nix diff --git a/nixos/system/modules/gaming.nix b/system/modules/gaming.nix similarity index 100% rename from nixos/system/modules/gaming.nix rename to system/modules/gaming.nix diff --git a/nixos/system/modules/hardware.nix b/system/modules/hardware.nix similarity index 100% rename from nixos/system/modules/hardware.nix rename to system/modules/hardware.nix diff --git a/nixos/system/modules/hyprland.nix b/system/modules/hyprland.nix similarity index 100% rename from nixos/system/modules/hyprland.nix rename to system/modules/hyprland.nix diff --git a/nixos/system/modules/internationalisation.nix b/system/modules/internationalisation.nix similarity index 100% rename from nixos/system/modules/internationalisation.nix rename to system/modules/internationalisation.nix diff --git a/nixos/system/modules/networking.nix b/system/modules/networking.nix similarity index 100% rename from nixos/system/modules/networking.nix rename to system/modules/networking.nix diff --git a/nixos/system/modules/nixsettings.nix b/system/modules/nixsettings.nix similarity index 100% rename from nixos/system/modules/nixsettings.nix rename to system/modules/nixsettings.nix diff --git a/nixos/system/modules/packages.nix b/system/modules/packages.nix similarity index 100% rename from nixos/system/modules/packages.nix rename to system/modules/packages.nix diff --git a/nixos/system/modules/polkit.nix b/system/modules/polkit.nix similarity index 100% rename from nixos/system/modules/polkit.nix rename to system/modules/polkit.nix diff --git a/nixos/system/modules/programs.nix b/system/modules/programs.nix similarity index 100% rename from nixos/system/modules/programs.nix rename to system/modules/programs.nix diff --git a/nixos/system/modules/sddm-theme.nix b/system/modules/sddm-theme.nix similarity index 100% rename from nixos/system/modules/sddm-theme.nix rename to system/modules/sddm-theme.nix diff --git a/nixos/system/modules/security.nix b/system/modules/security.nix similarity index 100% rename from nixos/system/modules/security.nix rename to system/modules/security.nix diff --git a/nixos/system/modules/services.nix b/system/modules/services.nix similarity index 100% rename from nixos/system/modules/services.nix rename to system/modules/services.nix diff --git a/nixos/system/modules/sound.nix b/system/modules/sound.nix similarity index 100% rename from nixos/system/modules/sound.nix rename to system/modules/sound.nix diff --git a/nixos/system/modules/theme.nix b/system/modules/theme.nix similarity index 100% rename from nixos/system/modules/theme.nix rename to system/modules/theme.nix diff --git a/nixos/system/modules/time.nix b/system/modules/time.nix similarity index 100% rename from nixos/system/modules/time.nix rename to system/modules/time.nix diff --git a/nixos/system/modules/users.nix b/system/modules/users.nix similarity index 100% rename from nixos/system/modules/users.nix rename to system/modules/users.nix diff --git a/nixos/system/modules/virtualisation.nix b/system/modules/virtualisation.nix similarity index 100% rename from nixos/system/modules/virtualisation.nix rename to system/modules/virtualisation.nix