fix readme file paths

This commit is contained in:
gpskwlkr 2024-03-27 01:33:33 +04:00
parent 8ab6f9671d
commit 2b447ac3bc

View file

@ -4,9 +4,9 @@
> ⚠ WARNING! This configuration uses [lanzaboote](https://github.com/nix-community/lanzaboote) for Secure boot support. If you want to use the flake and don't need secure boot, make appropriate changes in [boot.nix](./system/boot.nix).
> ⚠ WARNING! Make sure to change [hardware-configuration.nix](./hardware-configuration.nix) according to your PC or generate a new one via `nixos-generate-config --root /mnt` while installing.
> ⚠ WARNING! Make sure to change [hardware-configuration.nix](./system/hardware-configuration.nix) according to your PC or generate a new one via `nixos-generate-config --root /mnt` while installing.
> ⚠ WARNING! Make sure to change home paths for config files in [user](./user/config).
> ⚠ WARNING! Make sure to change home paths for config files in [user](./home/config).
> ⚠ WARNING! This configuration uses Podman as opposed to Docker, if you want to use dokcer make according changes in [virtualisation](./system/modules/virtualisation.nix).
@ -80,7 +80,7 @@ Notably, it utilizes:
| SUPER + C | Launch `telegram-desktop` |
| Print | Take screenshot (currently configured to area capture into clipboard) |
All other keybindings can be found at [bind.conf](./user/config/hypr/bind.conf)
All other keybindings can be found at [bind.conf](./home/config/hypr/bind.conf)
## NixOS specific zsh aliases
@ -89,7 +89,7 @@ All other keybindings can be found at [bind.conf](./user/config/hypr/bind.conf)
- **fullRebuild** - same as previous but also includes `home-manager switch`
- **homeRebuild** - only rebuild home-manager
> Make sure to make appropriate changes to [sh.nix](./user/sh.nix) flake paths.
> Make sure to make appropriate changes to [shell.nix](./home/user/shell.nix) flake paths.
## 📖 License