diff --git a/.gitmodules b/.gitmodules index 1af14d0..e69de29 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,4 +0,0 @@ -[submodule "dotbot"] - path = dotbot - url = https://github.com/anishathalye/dotbot - ignore = dirty diff --git a/conf.yml b/conf.yml deleted file mode 100644 index e44f6d9..0000000 --- a/conf.yml +++ /dev/null @@ -1,23 +0,0 @@ -- defaults: - link: - relink: true - create: true - -- clean: ['~'] - -- link: - ~/.config/tmux: - ~/.config/nvim: - ~/.config/sway: - ~/.config/kitty: - ~/.config/aerc: - ~/.config/mako: - ~/.config/git: - ~/.config/waybar: - ~/.config/i3status-rust: - ~/.config/rofi: - ~/.zshrc: - ~/.p10k.zsh: - -- shell: - - [git submodule update --init --recursive, installing submodules] diff --git a/dotbot b/dotbot deleted file mode 160000 index 7202065..0000000 --- a/dotbot +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 720206578a8daf1e7167200e73e314fc4b8af52e diff --git a/home.nix b/home.nix index 0ab8e51..ef3ffd8 100644 --- a/home.nix +++ b/home.nix @@ -17,6 +17,18 @@ ]; home.file = { + ".zshrc".source = ./zshrc; + ".p10k.zsh".source = ./p10k.zsh; + ".config/sway".source = ./sway; + ".config/nvim".source = ./nvim; + ".config/aerc".source = ./aerc; + ".config/git".source = ./aerc; + ".config/i3status-rust".source = ./i3status-rust; + ".config/kitty".source = ./kitty; + ".config/mako".source = ./mako; + ".config/rofi".source = ./rofi; + ".config/tmux".source = ./tmux; + ".config/waybar".source = ./waybar; }; home.sessionVariables = { diff --git a/install b/install deleted file mode 100755 index a01cf8e..0000000 --- a/install +++ /dev/null @@ -1,15 +0,0 @@ -#!/usr/bin/env bash - -set -e - -CONFIG="conf.yml" -DOTBOT_DIR="dotbot" - -DOTBOT_BIN="bin/dotbot" -BASEDIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" - -cd "${BASEDIR}" -git -C "${DOTBOT_DIR}" submodule sync --quiet --recursive -git submodule update --init --recursive "${DOTBOT_DIR}" - -"${BASEDIR}/${DOTBOT_DIR}/${DOTBOT_BIN}" -d "${BASEDIR}" -c "${CONFIG}" "${@}" diff --git a/result b/result new file mode 120000 index 0000000..17e62b3 --- /dev/null +++ b/result @@ -0,0 +1 @@ +/nix/store/jrh65nv8ziax01kw3qpz4k4mk7nia3c9-home-manager-generation \ No newline at end of file