From b7e84fa6048007cda7e6c8226e28bc2db90f792a Mon Sep 17 00:00:00 2001 From: Jacob Janzen Date: Sat, 28 Sep 2024 00:01:09 -0500 Subject: [PATCH] add file extensions to files --- common/.config/emacs/{feed.org => feed.el.org} | 0 .../emacs/{force-custom-file.org => force-custom-file.el.org} | 0 common/.config/emacs/{init.org => init.el.org} | 0 common/.config/emacs/{languages.org => languages.el.org} | 0 common/.config/emacs/{package-setup.org => package-setup.el.org} | 0 common/.config/emacs/{tools.org => tools.el.org} | 0 .../.config/emacs/{user-interface.org => user-interface.el.org} | 0 nixos/.flake/{flake.org => flake.nix.org} | 0 nixos/.flake/home/{clang-format.org => clang-format.nix.org} | 0 nixos/.flake/home/{core.org => core.nix.org} | 0 nixos/.flake/home/{cursor.org => cursor.nix.org} | 0 nixos/.flake/home/{fonts.org => fonts.nix.org} | 0 nixos/.flake/home/{hyprland.org => hyprland.nix.org} | 0 nixos/.flake/home/programs/{core.org => core.nix.org} | 0 nixos/.flake/home/programs/{fastfetch.org => fastfetch.nix.org} | 0 nixos/.flake/home/programs/{foot.org => foot.nix.org} | 0 nixos/.flake/home/programs/{git.org => git.nix.org} | 0 nixos/.flake/home/programs/{hyprlock.org => hyprlock.nix.org} | 0 nixos/.flake/home/programs/{ncmpcpp.org => ncmpcpp.nix.org} | 0 nixos/.flake/home/programs/{neovim.org => neovim.nix.org} | 0 nixos/.flake/home/programs/{ssh.org => ssh.nix.org} | 0 nixos/.flake/home/programs/{waybar.org => waybar.nix.org} | 0 nixos/.flake/home/programs/{zsh.org => zsh.nix.org} | 0 nixos/.flake/home/{scripts.org => scripts.nix.org} | 0 nixos/.flake/home/services/{core.org => core.nix.org} | 0 nixos/.flake/home/services/{emacs.org => emacs.nix.org} | 0 nixos/.flake/home/services/{mako.org => mako.nix.org} | 0 nixos/.flake/home/services/{mpd.org => mpd.nix.org} | 0 nixos/.flake/home/services/{syncthing.org => syncthing.nix.org} | 0 nixos/.flake/system/{boot.org => boot.nix.org} | 0 nixos/.flake/system/{core.org => core.nix.org} | 0 nixos/.flake/system/{desktop.org => desktop.nix.org} | 0 nixos/.flake/system/{locale.org => locale.nix.org} | 0 nixos/.flake/system/{network.org => network.nix.org} | 0 nixos/.flake/system/{users.org => users.nix.org} | 0 35 files changed, 0 insertions(+), 0 deletions(-) rename common/.config/emacs/{feed.org => feed.el.org} (100%) rename common/.config/emacs/{force-custom-file.org => force-custom-file.el.org} (100%) rename common/.config/emacs/{init.org => init.el.org} (100%) rename common/.config/emacs/{languages.org => languages.el.org} (100%) rename common/.config/emacs/{package-setup.org => package-setup.el.org} (100%) rename common/.config/emacs/{tools.org => tools.el.org} (100%) rename common/.config/emacs/{user-interface.org => user-interface.el.org} (100%) rename nixos/.flake/{flake.org => flake.nix.org} (100%) rename nixos/.flake/home/{clang-format.org => clang-format.nix.org} (100%) rename nixos/.flake/home/{core.org => core.nix.org} (100%) rename nixos/.flake/home/{cursor.org => cursor.nix.org} (100%) rename nixos/.flake/home/{fonts.org => fonts.nix.org} (100%) rename nixos/.flake/home/{hyprland.org => hyprland.nix.org} (100%) rename nixos/.flake/home/programs/{core.org => core.nix.org} (100%) rename nixos/.flake/home/programs/{fastfetch.org => fastfetch.nix.org} (100%) rename nixos/.flake/home/programs/{foot.org => foot.nix.org} (100%) rename nixos/.flake/home/programs/{git.org => git.nix.org} (100%) rename nixos/.flake/home/programs/{hyprlock.org => hyprlock.nix.org} (100%) rename nixos/.flake/home/programs/{ncmpcpp.org => ncmpcpp.nix.org} (100%) rename nixos/.flake/home/programs/{neovim.org => neovim.nix.org} (100%) rename nixos/.flake/home/programs/{ssh.org => ssh.nix.org} (100%) rename nixos/.flake/home/programs/{waybar.org => waybar.nix.org} (100%) rename nixos/.flake/home/programs/{zsh.org => zsh.nix.org} (100%) rename nixos/.flake/home/{scripts.org => scripts.nix.org} (100%) rename nixos/.flake/home/services/{core.org => core.nix.org} (100%) rename nixos/.flake/home/services/{emacs.org => emacs.nix.org} (100%) rename nixos/.flake/home/services/{mako.org => mako.nix.org} (100%) rename nixos/.flake/home/services/{mpd.org => mpd.nix.org} (100%) rename nixos/.flake/home/services/{syncthing.org => syncthing.nix.org} (100%) rename nixos/.flake/system/{boot.org => boot.nix.org} (100%) rename nixos/.flake/system/{core.org => core.nix.org} (100%) rename nixos/.flake/system/{desktop.org => desktop.nix.org} (100%) rename nixos/.flake/system/{locale.org => locale.nix.org} (100%) rename nixos/.flake/system/{network.org => network.nix.org} (100%) rename nixos/.flake/system/{users.org => users.nix.org} (100%) diff --git a/common/.config/emacs/feed.org b/common/.config/emacs/feed.el.org similarity index 100% rename from common/.config/emacs/feed.org rename to common/.config/emacs/feed.el.org diff --git a/common/.config/emacs/force-custom-file.org b/common/.config/emacs/force-custom-file.el.org similarity index 100% rename from common/.config/emacs/force-custom-file.org rename to common/.config/emacs/force-custom-file.el.org diff --git a/common/.config/emacs/init.org b/common/.config/emacs/init.el.org similarity index 100% rename from common/.config/emacs/init.org rename to common/.config/emacs/init.el.org diff --git a/common/.config/emacs/languages.org b/common/.config/emacs/languages.el.org similarity index 100% rename from common/.config/emacs/languages.org rename to common/.config/emacs/languages.el.org diff --git a/common/.config/emacs/package-setup.org b/common/.config/emacs/package-setup.el.org similarity index 100% rename from common/.config/emacs/package-setup.org rename to common/.config/emacs/package-setup.el.org diff --git a/common/.config/emacs/tools.org b/common/.config/emacs/tools.el.org similarity index 100% rename from common/.config/emacs/tools.org rename to common/.config/emacs/tools.el.org diff --git a/common/.config/emacs/user-interface.org b/common/.config/emacs/user-interface.el.org similarity index 100% rename from common/.config/emacs/user-interface.org rename to common/.config/emacs/user-interface.el.org diff --git a/nixos/.flake/flake.org b/nixos/.flake/flake.nix.org similarity index 100% rename from nixos/.flake/flake.org rename to nixos/.flake/flake.nix.org diff --git a/nixos/.flake/home/clang-format.org b/nixos/.flake/home/clang-format.nix.org similarity index 100% rename from nixos/.flake/home/clang-format.org rename to nixos/.flake/home/clang-format.nix.org diff --git a/nixos/.flake/home/core.org b/nixos/.flake/home/core.nix.org similarity index 100% rename from nixos/.flake/home/core.org rename to nixos/.flake/home/core.nix.org diff --git a/nixos/.flake/home/cursor.org b/nixos/.flake/home/cursor.nix.org similarity index 100% rename from nixos/.flake/home/cursor.org rename to nixos/.flake/home/cursor.nix.org diff --git a/nixos/.flake/home/fonts.org b/nixos/.flake/home/fonts.nix.org similarity index 100% rename from nixos/.flake/home/fonts.org rename to nixos/.flake/home/fonts.nix.org diff --git a/nixos/.flake/home/hyprland.org b/nixos/.flake/home/hyprland.nix.org similarity index 100% rename from nixos/.flake/home/hyprland.org rename to nixos/.flake/home/hyprland.nix.org diff --git a/nixos/.flake/home/programs/core.org b/nixos/.flake/home/programs/core.nix.org similarity index 100% rename from nixos/.flake/home/programs/core.org rename to nixos/.flake/home/programs/core.nix.org diff --git a/nixos/.flake/home/programs/fastfetch.org b/nixos/.flake/home/programs/fastfetch.nix.org similarity index 100% rename from nixos/.flake/home/programs/fastfetch.org rename to nixos/.flake/home/programs/fastfetch.nix.org diff --git a/nixos/.flake/home/programs/foot.org b/nixos/.flake/home/programs/foot.nix.org similarity index 100% rename from nixos/.flake/home/programs/foot.org rename to nixos/.flake/home/programs/foot.nix.org diff --git a/nixos/.flake/home/programs/git.org b/nixos/.flake/home/programs/git.nix.org similarity index 100% rename from nixos/.flake/home/programs/git.org rename to nixos/.flake/home/programs/git.nix.org diff --git a/nixos/.flake/home/programs/hyprlock.org b/nixos/.flake/home/programs/hyprlock.nix.org similarity index 100% rename from nixos/.flake/home/programs/hyprlock.org rename to nixos/.flake/home/programs/hyprlock.nix.org diff --git a/nixos/.flake/home/programs/ncmpcpp.org b/nixos/.flake/home/programs/ncmpcpp.nix.org similarity index 100% rename from nixos/.flake/home/programs/ncmpcpp.org rename to nixos/.flake/home/programs/ncmpcpp.nix.org diff --git a/nixos/.flake/home/programs/neovim.org b/nixos/.flake/home/programs/neovim.nix.org similarity index 100% rename from nixos/.flake/home/programs/neovim.org rename to nixos/.flake/home/programs/neovim.nix.org diff --git a/nixos/.flake/home/programs/ssh.org b/nixos/.flake/home/programs/ssh.nix.org similarity index 100% rename from nixos/.flake/home/programs/ssh.org rename to nixos/.flake/home/programs/ssh.nix.org diff --git a/nixos/.flake/home/programs/waybar.org b/nixos/.flake/home/programs/waybar.nix.org similarity index 100% rename from nixos/.flake/home/programs/waybar.org rename to nixos/.flake/home/programs/waybar.nix.org diff --git a/nixos/.flake/home/programs/zsh.org b/nixos/.flake/home/programs/zsh.nix.org similarity index 100% rename from nixos/.flake/home/programs/zsh.org rename to nixos/.flake/home/programs/zsh.nix.org diff --git a/nixos/.flake/home/scripts.org b/nixos/.flake/home/scripts.nix.org similarity index 100% rename from nixos/.flake/home/scripts.org rename to nixos/.flake/home/scripts.nix.org diff --git a/nixos/.flake/home/services/core.org b/nixos/.flake/home/services/core.nix.org similarity index 100% rename from nixos/.flake/home/services/core.org rename to nixos/.flake/home/services/core.nix.org diff --git a/nixos/.flake/home/services/emacs.org b/nixos/.flake/home/services/emacs.nix.org similarity index 100% rename from nixos/.flake/home/services/emacs.org rename to nixos/.flake/home/services/emacs.nix.org diff --git a/nixos/.flake/home/services/mako.org b/nixos/.flake/home/services/mako.nix.org similarity index 100% rename from nixos/.flake/home/services/mako.org rename to nixos/.flake/home/services/mako.nix.org diff --git a/nixos/.flake/home/services/mpd.org b/nixos/.flake/home/services/mpd.nix.org similarity index 100% rename from nixos/.flake/home/services/mpd.org rename to nixos/.flake/home/services/mpd.nix.org diff --git a/nixos/.flake/home/services/syncthing.org b/nixos/.flake/home/services/syncthing.nix.org similarity index 100% rename from nixos/.flake/home/services/syncthing.org rename to nixos/.flake/home/services/syncthing.nix.org diff --git a/nixos/.flake/system/boot.org b/nixos/.flake/system/boot.nix.org similarity index 100% rename from nixos/.flake/system/boot.org rename to nixos/.flake/system/boot.nix.org diff --git a/nixos/.flake/system/core.org b/nixos/.flake/system/core.nix.org similarity index 100% rename from nixos/.flake/system/core.org rename to nixos/.flake/system/core.nix.org diff --git a/nixos/.flake/system/desktop.org b/nixos/.flake/system/desktop.nix.org similarity index 100% rename from nixos/.flake/system/desktop.org rename to nixos/.flake/system/desktop.nix.org diff --git a/nixos/.flake/system/locale.org b/nixos/.flake/system/locale.nix.org similarity index 100% rename from nixos/.flake/system/locale.org rename to nixos/.flake/system/locale.nix.org diff --git a/nixos/.flake/system/network.org b/nixos/.flake/system/network.nix.org similarity index 100% rename from nixos/.flake/system/network.org rename to nixos/.flake/system/network.nix.org diff --git a/nixos/.flake/system/users.org b/nixos/.flake/system/users.nix.org similarity index 100% rename from nixos/.flake/system/users.org rename to nixos/.flake/system/users.nix.org