This commit is contained in:
Hadi
2024-10-08 11:29:59 +02:00
parent c401b9bd7f
commit e83de257ad
7 changed files with 34 additions and 4 deletions

View File

@@ -10,6 +10,7 @@ feel free to contribute <3 ([CONTRIBUTING.md](CONTRIBUTING.md))
- [ ] OS Hardening with nix-mineral
- [ ] Nixvim
- [ ] Telescope Theme
- [ ] Markdown tab size 2
- [ ] Harpoon
- [ ] UFO for folding
@@ -19,3 +20,4 @@ feel free to contribute <3 ([CONTRIBUTING.md](CONTRIBUTING.md))
- [ ] <https://github.com/redyf/Neve/blob/main/config/utils/whichkey.nix>
- [ ] Workflow README
- [ ] Update config screenshots

View File

@@ -77,6 +77,9 @@ git clone https://github.com/anotherhadi/nixy ~/.config/nixos
- Add your `hardware-configuration.nix` to your new host's folder
- Add your 'nixosConfigurations' inside `flake.nix` (You can edit your hostname one and change the lines containing '# CHANGEME')
> [!INFO]
> I added few `# CHANGEME` comments in the files to help you find what to change
> [!NOTE]
> When you add new files, don't forget to run `git add .` to add them to the git repository