From 61d3def3b8def88661cb9acd5d05b83a6c331e3d Mon Sep 17 00:00:00 2001 From: chris Date: Sun, 22 Feb 2026 19:57:00 +0000 Subject: [PATCH] Move folder --- nixos/flake.lock => flake.lock | 0 nixos/flake.nix => flake.nix | 0 {nixos/home => home}/config/hypr/bind.conf | 0 {nixos/home => home}/config/hypr/exec.conf | 0 {nixos/home => home}/config/hypr/hyprland.conf | 0 {nixos/home => home}/config/hypr/hyprpaper.conf | 0 {nixos/home => home}/config/hypr/input.conf | 0 {nixos/home => home}/config/hypr/monitor.conf | 0 {nixos/home => home}/config/hypr/window.conf | 0 {nixos/home => home}/config/hypr/windowrule.conf | 0 {nixos/home => home}/config/swayidle/config | 0 {nixos/home => home}/config/swaylock/config | 0 {nixos/home => home}/config/waybar/config.jsonc | 0 {nixos/home => home}/config/waybar/scripts/waybar-wttr.py | 0 {nixos/home => home}/config/waybar/style.css | 0 {nixos/home => home}/config/wlogout/layout | 0 {nixos/home => home}/config/wlogout/style.css | 0 {nixos/home => home}/config/wofi/style.css | 0 {nixos/home => home}/default.nix | 0 {nixos/home => home}/user/config.nix | 0 {nixos/home => home}/user/default.nix | 0 {nixos/home => home}/user/environment.nix | 0 {nixos/home => home}/user/git.nix | 0 {nixos/home => home}/user/gtk.nix | 0 {nixos/home => home}/user/packages.nix | 0 {nixos/home => home}/user/programs.nix | 0 {nixos/home => home}/user/shell.nix | 0 {nixos/system => system}/configuration.nix | 0 {nixos/system => system}/hardware-configuration.nix | 0 {nixos/system => system}/modules/boot.nix | 0 {nixos/system => system}/modules/default.nix | 0 {nixos/system => system}/modules/fonts.nix | 0 {nixos/system => system}/modules/gaming.nix | 0 {nixos/system => system}/modules/hardware.nix | 0 {nixos/system => system}/modules/hyprland.nix | 0 {nixos/system => system}/modules/internationalisation.nix | 0 {nixos/system => system}/modules/networking.nix | 0 {nixos/system => system}/modules/nixsettings.nix | 0 {nixos/system => system}/modules/packages.nix | 0 {nixos/system => system}/modules/polkit.nix | 0 {nixos/system => system}/modules/programs.nix | 0 {nixos/system => system}/modules/sddm-theme.nix | 0 {nixos/system => system}/modules/security.nix | 0 {nixos/system => system}/modules/services.nix | 0 {nixos/system => system}/modules/sound.nix | 0 {nixos/system => system}/modules/theme.nix | 0 {nixos/system => system}/modules/time.nix | 0 {nixos/system => system}/modules/users.nix | 0 {nixos/system => system}/modules/virtualisation.nix | 0 49 files changed, 0 insertions(+), 0 deletions(-) rename nixos/flake.lock => flake.lock (100%) rename nixos/flake.nix => flake.nix (100%) rename {nixos/home => home}/config/hypr/bind.conf (100%) rename {nixos/home => home}/config/hypr/exec.conf (100%) rename {nixos/home => home}/config/hypr/hyprland.conf (100%) rename {nixos/home => home}/config/hypr/hyprpaper.conf (100%) rename {nixos/home => home}/config/hypr/input.conf (100%) rename {nixos/home => home}/config/hypr/monitor.conf (100%) rename {nixos/home => home}/config/hypr/window.conf (100%) rename {nixos/home => home}/config/hypr/windowrule.conf (100%) rename {nixos/home => home}/config/swayidle/config (100%) rename {nixos/home => home}/config/swaylock/config (100%) rename {nixos/home => home}/config/waybar/config.jsonc (100%) rename {nixos/home => home}/config/waybar/scripts/waybar-wttr.py (100%) rename {nixos/home => home}/config/waybar/style.css (100%) rename {nixos/home => home}/config/wlogout/layout (100%) rename {nixos/home => home}/config/wlogout/style.css (100%) rename {nixos/home => home}/config/wofi/style.css (100%) rename {nixos/home => home}/default.nix (100%) rename {nixos/home => home}/user/config.nix (100%) rename {nixos/home => home}/user/default.nix (100%) rename {nixos/home => home}/user/environment.nix (100%) rename {nixos/home => home}/user/git.nix (100%) rename {nixos/home => home}/user/gtk.nix (100%) rename {nixos/home => home}/user/packages.nix (100%) rename {nixos/home => home}/user/programs.nix (100%) rename {nixos/home => home}/user/shell.nix (100%) rename {nixos/system => system}/configuration.nix (100%) rename {nixos/system => system}/hardware-configuration.nix (100%) rename {nixos/system => system}/modules/boot.nix (100%) rename {nixos/system => system}/modules/default.nix (100%) rename {nixos/system => system}/modules/fonts.nix (100%) rename {nixos/system => system}/modules/gaming.nix (100%) rename {nixos/system => system}/modules/hardware.nix (100%) rename {nixos/system => system}/modules/hyprland.nix (100%) rename {nixos/system => system}/modules/internationalisation.nix (100%) rename {nixos/system => system}/modules/networking.nix (100%) rename {nixos/system => system}/modules/nixsettings.nix (100%) rename {nixos/system => system}/modules/packages.nix (100%) rename {nixos/system => system}/modules/polkit.nix (100%) rename {nixos/system => system}/modules/programs.nix (100%) rename {nixos/system => system}/modules/sddm-theme.nix (100%) rename {nixos/system => system}/modules/security.nix (100%) rename {nixos/system => system}/modules/services.nix (100%) rename {nixos/system => system}/modules/sound.nix (100%) rename {nixos/system => system}/modules/theme.nix (100%) rename {nixos/system => system}/modules/time.nix (100%) rename {nixos/system => system}/modules/users.nix (100%) rename {nixos/system => system}/modules/virtualisation.nix (100%) 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