Skip to content

Commit

Permalink
docs: update install guide
Browse files Browse the repository at this point in the history
  • Loading branch information
isabelroses committed Jun 3, 2024
1 parent 69213fb commit 2b7b0e8
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ For a good example see: [catppuccin/glamour](https://github.com/catppuccin/glamo

Then run `izrss` to read the feeds.

### Nix
### Installation

<details>

<summary>

#### Installation with flakes and home-manager
#### With Nix flakes and home-manager

</summary>

Expand All @@ -44,10 +44,11 @@ Then run `izrss` to read the feeds.
homeConfigurations."user@hostname" = home-manager.lib.homeManagerConfiguration {
modules = [
home-manager.homeManagerModules.default
izrss.homeManagerModules.default
{
programs.izrss = {
enable = true;
urls = [
settings.urls = [
"https://isabelroses.com/rss.xml"
"https://uncenter.dev/feed.xml"
];
Expand All @@ -65,7 +66,7 @@ Then run `izrss` to read the feeds.

<summary>

#### Installation with flakes
#### With Nix flakes

</summary>

Expand Down

0 comments on commit 2b7b0e8

Please sign in to comment.