31 current 2025-04-29 05:18:07 25.05.20250424.f771eb4 6.12.24 *

This commit is contained in:
2025-04-29 05:18:14 -04:00
parent 0385692efc
commit 1d6affbbce
2 changed files with 15 additions and 0 deletions

View File

@@ -1,3 +1,17 @@
uhuh yeah endgame nixos config
Installation:
```
sudo nixos-install --root /mnt --flake github:jakeginesin/nix-dots#thonkpad
```
And rebuild with:
```
sudo nixos-rebuild switch --flake.#thonkpad
```
# Some crazy dotfiles
- [Sylk0s](https://github.com/sylk0s/dotfiles)
- [Cajunvoodoo's](https://github.com/Cajunvoodoo/dotfiles)
- [damhiya](https://github.com/damhiya)
- [masterofnull](https://github.com/MasterofNull/nixos)
- [hlissner](https://github.com/hlissner/dotfiles) (also uses bspwm)

View File

@@ -3,6 +3,7 @@
pkgs,
...
}: {
services.ssh-agent.enable = true;
programs.git = {
enable = true;
package = pkgs.gitAndTools.gitFull;