31 current 2025-04-29 05:18:07 25.05.20250424.f771eb4 6.12.24 *
This commit is contained in:
14
README.md
14
README.md
@@ -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)
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
services.ssh-agent.enable = true;
|
||||
programs.git = {
|
||||
enable = true;
|
||||
package = pkgs.gitAndTools.gitFull;
|
||||
|
||||
Reference in New Issue
Block a user