diff options
| author | Ryan Schanzenbacher <ryan@rschanz.org> | 2026-08-23 11:42:16 -0400 |
|---|---|---|
| committer | Ryan Schanzenbacher <ryan@rschanz.org> | 2026-08-23 11:42:16 -0400 |
| commit | 753b151841f7d791b18b5d814d0cf59af69f9aa4 (patch) | |
| tree | 11d4389286e0ea48247b94856ca91f2072c34af9 | |
| parent | 6eb6fb8984eb2c898a4c77beddc134c17f3d37fc (diff) | |
prep for bump
| -rw-r--r-- | .gitmodules | 3 | ||||
| -rwxr-xr-x | deploy.sh | 2 | ||||
| -rw-r--r-- | home-config/home-configuration.scm | 2 | ||||
| m--------- | home-config/nix-combined | 0 |
4 files changed, 5 insertions, 2 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..799c175 --- /dev/null +++ b/.gitmodules | |||
| @@ -0,0 +1,3 @@ | |||
| 1 | [submodule "home-config/nix-combined"] | ||
| 2 | path = home-config/nix-combined | ||
| 3 | url = /home/ryan/repos/claudehelp/nix-combined | ||
| @@ -95,7 +95,7 @@ install_user_env() { | |||
| 95 | 95 | ||
| 96 | # Copy some files over to prepare for reboot | 96 | # Copy some files over to prepare for reboot |
| 97 | USER=ryan | 97 | USER=ryan |
| 98 | guix shell git -- git clone https://git.stationery.faith/ryan77627/guix-dotfiles /mnt/home/$USER/.config/guix | 98 | guix shell git -- git clone --recurse-submodules https://git.stationery.faith/ryan77627/guix-dotfiles /mnt/home/$USER/.config/guix |
| 99 | 99 | ||
| 100 | cp ~/guix-dotfiles/$install_hostname.scm /mnt/home/$USER/.config/guix/$install_hostname.scm | 100 | cp ~/guix-dotfiles/$install_hostname.scm /mnt/home/$USER/.config/guix/$install_hostname.scm |
| 101 | cp ~/guix-dotfiles/modules/ryan-config/user_first_run.sh /mnt/home/$USER/.bashrc | 101 | cp ~/guix-dotfiles/modules/ryan-config/user_first_run.sh /mnt/home/$USER/.bashrc |
diff --git a/home-config/home-configuration.scm b/home-config/home-configuration.scm index 922976b..e7627d5 100644 --- a/home-config/home-configuration.scm +++ b/home-config/home-configuration.scm | |||
| @@ -37,7 +37,7 @@ | |||
| 37 | (define %home-symlinks | 37 | (define %home-symlinks |
| 38 | `((".config/guix/home-config/fish" ".config/fish") | 38 | `((".config/guix/home-config/fish" ".config/fish") |
| 39 | (".config/guix/home-config/nix-config" ".config/nix") | 39 | (".config/guix/home-config/nix-config" ".config/nix") |
| 40 | (".config/guix/home-config/nix-home-manager" ".config/home-manager"))) | 40 | (".config/guix/home-config/nix-combined" ".config/home-manager"))) |
| 41 | 41 | ||
| 42 | (home-symlinks %home-symlinks) | 42 | (home-symlinks %home-symlinks) |
| 43 | 43 | ||
diff --git a/home-config/nix-combined b/home-config/nix-combined new file mode 160000 | |||
| Subproject 22e588d2f7dc164806f01511b46a52d6e685250 | |||
