Skip to content

Commit 17c6701

Browse files
author
guttermonk
committed
Readme finishing touches.
1 parent c0434e3 commit 17c6701

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

β€ŽREADME.mdβ€Ž

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ When using the flake, all dependencies are automatically handled. The script req
4040

4141
This project provides multiple installation methods through its Nix flake:
4242

43-
#### 1. πŸ“¦ Using the Flake as a Package
43+
#### 1. Using the Flake as a Package
4444

4545
Add to your flake inputs:
4646
```nix
@@ -54,7 +54,7 @@ Add to your flake inputs:
5454
}
5555
```
5656

57-
#### 2. 🏠 Using Home Manager Module (Recommended)
57+
#### 2. Using Home Manager Module (Recommended)
5858

5959
This provides the most flexibility for configuration:
6060

@@ -80,7 +80,7 @@ This provides the most flexibility for configuration:
8080
}
8181
```
8282

83-
#### 3. βš™οΈ Using NixOS Module
83+
#### 3. Using NixOS Module
8484

8585
For system-wide installation:
8686
```nix
@@ -91,14 +91,14 @@ For system-wide installation:
9191
}
9292
```
9393

94-
#### 4. πŸ”„ Using the Legacy default.nix
94+
#### 4. Using the Legacy default.nix
9595

9696
You can still use the included `default.nix` file with Home Manager:
9797
```nix
9898
imports = [ ./path-to-waybar-nixos-updates/default.nix ];
9999
```
100100

101-
#### 5. πŸ”¨ Manual Installation
101+
#### 5. Manual Installation
102102

103103
For a manual installation, download the `update-checker` script, put it in your [PATH](https://unix.stackexchange.com/a/26059) and make it executable (`chmod +x update-checker`). Add the icons to your ~/.icons folder.
104104

@@ -253,7 +253,7 @@ The flake provides the following outputs:
253253

254254
### πŸ” Troubleshooting
255255

256-
#### πŸ› Common Issues and Solutions
256+
#### Common Issues and Solutions
257257

258258
1. **Script not finding NixOS configuration**
259259
- Ensure your configuration is at `~/.config/nixos` or update the `nixosConfigPath` option
@@ -284,7 +284,7 @@ The flake provides the following outputs:
284284
### ⚑ System Integration
285285
You can integrate the updater with your system by modifying your flake update script and your rebuild script to pass the UPDATE_FLAG variable and the REBUILD_FLAG variable, respectively.
286286

287-
#### πŸ”„ Your Flake Update Script and the UPDATE_FLAG
287+
#### Your Flake Update Script and the UPDATE_FLAG
288288
You can integrate your system to control the UPDATE_FLAG, which is saved in the "nix-update-update-flag" cache file. If you have UPDATE_LOCK_FILE set to "true", no further action is required. The program will detect if your lock file has been updated. If you have UPDATE_LOCK_FILE set to "false", the "nix-update-update-flag" file will signal that your lock file has been updated.
289289

290290
To integrate the update checker with your system, add the following to the update script you use to update your system's lock file (i.e. your "nix flake update" script), so that the output of nvd diff is piped in:

0 commit comments

Comments
Β (0)