From 3e3283320df27fa14bdd932785118ca0f08d3607 Mon Sep 17 00:00:00 2001 From: gpskwlkr Date: Sun, 24 Mar 2024 23:50:31 +0400 Subject: [PATCH] fix formatting --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a6a531a..f2ac2fa 100644 --- a/README.md +++ b/README.md @@ -80,10 +80,10 @@ All other keybindings can be found at [bind.conf](./user/config/hypr/bind.conf) ## NixOS specific zsh aliases -**fullClean** - Fully clean old generations data -**rebuild** - alias to `nixos-rebuild switch` -**fullRebuild** - same as previous but also includes `home-manager switch` -**homeRebuild** - only rebuild home-manager +- **fullClean** - Fully clean old generations data +- **rebuild** - alias to `nixos-rebuild switch` +- **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.