From 3dbc436b8ecfb3b30975ddbb799f8c6fd69c35fc Mon Sep 17 00:00:00 2001 From: Alex van de Sandt Date: Wed, 24 Jun 2026 12:12:39 -0500 Subject: [PATCH] Clean out directory --- {desktop => _old/desktop}/cursor.nix | 0 {desktop => _old/desktop}/default.nix | 0 {desktop => _old/desktop}/hyprland.nix | 0 {desktop => _old/desktop}/hyprpaper.nix | 0 {desktop => _old/desktop}/waybar/default.nix | 0 {desktop => _old/desktop}/waybar/power_menu.xml | 0 {desktop => _old/desktop}/waybar/style.css | 0 flake.lock => _old/flake.lock | 0 flake.nix => _old/flake.nix | 0 git.nix => _old/git.nix | 0 home.nix => _old/home.nix | 0 kitty.nix => _old/kitty.nix | 0 {nixvim => _old/nixvim}/autocmd.nix | 0 {nixvim => _old/nixvim}/basic.nix | 0 {nixvim => _old/nixvim}/default.nix | 0 {nixvim => _old/nixvim}/keymaps.nix | 0 {nixvim => _old/nixvim}/lsp.nix | 0 {nixvim => _old/nixvim}/plugins/default.nix | 0 {nixvim => _old/nixvim}/plugins/gitsigns.nix | 0 {nixvim => _old/nixvim}/plugins/mini.nix | 0 {nixvim => _old/nixvim}/plugins/telescope.nix | 0 {nixvim => _old/nixvim}/plugins/treesitter.nix | 0 {nixvim => _old/nixvim}/plugins/trouble.nix | 0 {nixvim => _old/nixvim}/plugins/which-key.nix | 0 {shell => _old/shell}/bash.nix | 0 {shell => _old/shell}/completions.zsh | 0 {shell => _old/shell}/default.nix | 0 {shell => _old/shell}/keybindings.zsh | 0 {shell => _old/shell}/zsh.nix | 0 ssh.nix => _old/ssh.nix | 0 {systems => _old/systems}/flock/configuration.nix | 0 {systems => _old/systems}/flock/hardware-configuration.nix | 0 {systems => _old/systems}/perch/configuration.nix | 0 {systems => _old/systems}/perch/hardware-configuration.nix | 0 34 files changed, 0 insertions(+), 0 deletions(-) rename {desktop => _old/desktop}/cursor.nix (100%) rename {desktop => _old/desktop}/default.nix (100%) rename {desktop => _old/desktop}/hyprland.nix (100%) rename {desktop => _old/desktop}/hyprpaper.nix (100%) rename {desktop => _old/desktop}/waybar/default.nix (100%) rename {desktop => _old/desktop}/waybar/power_menu.xml (100%) rename {desktop => _old/desktop}/waybar/style.css (100%) rename flake.lock => _old/flake.lock (100%) rename flake.nix => _old/flake.nix (100%) rename git.nix => _old/git.nix (100%) rename home.nix => _old/home.nix (100%) rename kitty.nix => _old/kitty.nix (100%) rename {nixvim => _old/nixvim}/autocmd.nix (100%) rename {nixvim => _old/nixvim}/basic.nix (100%) rename {nixvim => _old/nixvim}/default.nix (100%) rename {nixvim => _old/nixvim}/keymaps.nix (100%) rename {nixvim => _old/nixvim}/lsp.nix (100%) rename {nixvim => _old/nixvim}/plugins/default.nix (100%) rename {nixvim => _old/nixvim}/plugins/gitsigns.nix (100%) rename {nixvim => _old/nixvim}/plugins/mini.nix (100%) rename {nixvim => _old/nixvim}/plugins/telescope.nix (100%) rename {nixvim => _old/nixvim}/plugins/treesitter.nix (100%) rename {nixvim => _old/nixvim}/plugins/trouble.nix (100%) rename {nixvim => _old/nixvim}/plugins/which-key.nix (100%) rename {shell => _old/shell}/bash.nix (100%) rename {shell => _old/shell}/completions.zsh (100%) rename {shell => _old/shell}/default.nix (100%) rename {shell => _old/shell}/keybindings.zsh (100%) rename {shell => _old/shell}/zsh.nix (100%) rename ssh.nix => _old/ssh.nix (100%) rename {systems => _old/systems}/flock/configuration.nix (100%) rename {systems => _old/systems}/flock/hardware-configuration.nix (100%) rename {systems => _old/systems}/perch/configuration.nix (100%) rename {systems => _old/systems}/perch/hardware-configuration.nix (100%) diff --git a/desktop/cursor.nix b/_old/desktop/cursor.nix similarity index 100% rename from desktop/cursor.nix rename to _old/desktop/cursor.nix diff --git a/desktop/default.nix b/_old/desktop/default.nix similarity index 100% rename from desktop/default.nix rename to _old/desktop/default.nix diff --git a/desktop/hyprland.nix b/_old/desktop/hyprland.nix similarity index 100% rename from desktop/hyprland.nix rename to _old/desktop/hyprland.nix diff --git a/desktop/hyprpaper.nix b/_old/desktop/hyprpaper.nix similarity index 100% rename from desktop/hyprpaper.nix rename to _old/desktop/hyprpaper.nix diff --git a/desktop/waybar/default.nix b/_old/desktop/waybar/default.nix similarity index 100% rename from desktop/waybar/default.nix rename to _old/desktop/waybar/default.nix diff --git a/desktop/waybar/power_menu.xml b/_old/desktop/waybar/power_menu.xml similarity index 100% rename from desktop/waybar/power_menu.xml rename to _old/desktop/waybar/power_menu.xml diff --git a/desktop/waybar/style.css b/_old/desktop/waybar/style.css similarity index 100% rename from desktop/waybar/style.css rename to _old/desktop/waybar/style.css diff --git a/flake.lock b/_old/flake.lock similarity index 100% rename from flake.lock rename to _old/flake.lock diff --git a/flake.nix b/_old/flake.nix similarity index 100% rename from flake.nix rename to _old/flake.nix diff --git a/git.nix b/_old/git.nix similarity index 100% rename from git.nix rename to _old/git.nix diff --git a/home.nix b/_old/home.nix similarity index 100% rename from home.nix rename to _old/home.nix diff --git a/kitty.nix b/_old/kitty.nix similarity index 100% rename from kitty.nix rename to _old/kitty.nix diff --git a/nixvim/autocmd.nix b/_old/nixvim/autocmd.nix similarity index 100% rename from nixvim/autocmd.nix rename to _old/nixvim/autocmd.nix diff --git a/nixvim/basic.nix b/_old/nixvim/basic.nix similarity index 100% rename from nixvim/basic.nix rename to _old/nixvim/basic.nix diff --git a/nixvim/default.nix b/_old/nixvim/default.nix similarity index 100% rename from nixvim/default.nix rename to _old/nixvim/default.nix diff --git a/nixvim/keymaps.nix b/_old/nixvim/keymaps.nix similarity index 100% rename from nixvim/keymaps.nix rename to _old/nixvim/keymaps.nix diff --git a/nixvim/lsp.nix b/_old/nixvim/lsp.nix similarity index 100% rename from nixvim/lsp.nix rename to _old/nixvim/lsp.nix diff --git a/nixvim/plugins/default.nix b/_old/nixvim/plugins/default.nix similarity index 100% rename from nixvim/plugins/default.nix rename to _old/nixvim/plugins/default.nix diff --git a/nixvim/plugins/gitsigns.nix b/_old/nixvim/plugins/gitsigns.nix similarity index 100% rename from nixvim/plugins/gitsigns.nix rename to _old/nixvim/plugins/gitsigns.nix diff --git a/nixvim/plugins/mini.nix b/_old/nixvim/plugins/mini.nix similarity index 100% rename from nixvim/plugins/mini.nix rename to _old/nixvim/plugins/mini.nix diff --git a/nixvim/plugins/telescope.nix b/_old/nixvim/plugins/telescope.nix similarity index 100% rename from nixvim/plugins/telescope.nix rename to _old/nixvim/plugins/telescope.nix diff --git a/nixvim/plugins/treesitter.nix b/_old/nixvim/plugins/treesitter.nix similarity index 100% rename from nixvim/plugins/treesitter.nix rename to _old/nixvim/plugins/treesitter.nix diff --git a/nixvim/plugins/trouble.nix b/_old/nixvim/plugins/trouble.nix similarity index 100% rename from nixvim/plugins/trouble.nix rename to _old/nixvim/plugins/trouble.nix diff --git a/nixvim/plugins/which-key.nix b/_old/nixvim/plugins/which-key.nix similarity index 100% rename from nixvim/plugins/which-key.nix rename to _old/nixvim/plugins/which-key.nix diff --git a/shell/bash.nix b/_old/shell/bash.nix similarity index 100% rename from shell/bash.nix rename to _old/shell/bash.nix diff --git a/shell/completions.zsh b/_old/shell/completions.zsh similarity index 100% rename from shell/completions.zsh rename to _old/shell/completions.zsh diff --git a/shell/default.nix b/_old/shell/default.nix similarity index 100% rename from shell/default.nix rename to _old/shell/default.nix diff --git a/shell/keybindings.zsh b/_old/shell/keybindings.zsh similarity index 100% rename from shell/keybindings.zsh rename to _old/shell/keybindings.zsh diff --git a/shell/zsh.nix b/_old/shell/zsh.nix similarity index 100% rename from shell/zsh.nix rename to _old/shell/zsh.nix diff --git a/ssh.nix b/_old/ssh.nix similarity index 100% rename from ssh.nix rename to _old/ssh.nix diff --git a/systems/flock/configuration.nix b/_old/systems/flock/configuration.nix similarity index 100% rename from systems/flock/configuration.nix rename to _old/systems/flock/configuration.nix diff --git a/systems/flock/hardware-configuration.nix b/_old/systems/flock/hardware-configuration.nix similarity index 100% rename from systems/flock/hardware-configuration.nix rename to _old/systems/flock/hardware-configuration.nix diff --git a/systems/perch/configuration.nix b/_old/systems/perch/configuration.nix similarity index 100% rename from systems/perch/configuration.nix rename to _old/systems/perch/configuration.nix diff --git a/systems/perch/hardware-configuration.nix b/_old/systems/perch/hardware-configuration.nix similarity index 100% rename from systems/perch/hardware-configuration.nix rename to _old/systems/perch/hardware-configuration.nix -- 2.51.2