refactor: change structure and start using home-manager

This commit is contained in:
2025-11-17 21:09:08 +01:00
parent 2f23076dea
commit 474beb569d
8 changed files with 157 additions and 87 deletions

View File

@@ -1,3 +1,9 @@
# nixconfig
# 0x29a nixos config
personal nixos configuration files
personal nixos configuration files
## how to deploy
```bash
$ sudo nixos-rebuild switch --flake path:/home/aaron/git/nixconfig#default
```