Former-commit-id: 87ae5dd36f
This commit is contained in:
Hadi
2024-06-24 00:10:35 +02:00
parent 2c68166067
commit ffc95dcd1b
4 changed files with 9 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
[//]: # (Title: Nixy)
[//]: # (Description: Nixy is a Hyprland NixOS configuration with home-manager, secrets and custom theming all in one place. It's a simple way to manage your system configuration and dotfiles.)
[//]: # (Author: Hadi)
[//]: # (Date: 06/23/24)
[//]: # (Date: 06/24/24)
<div align="center">
<img src="https://raw.githubusercontent.com/anotherhadi/nixy/main/docs/src/logo.png" width="100px" />
@@ -69,6 +69,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 the "yourhostname" one and change the lines containing '# CHANGEME')
> ![NOTE]
> When you add new files, don't forget to run `git add .` to add them to the git repository
```sh
sudo nixos-rebuild switch --flake ~/.config/nixos#yourhostname
```