Skip to content

Commit

Permalink
Fix to specify renmark in home-manager packages
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick committed Sep 16, 2024
1 parent 1c8c376 commit 885ada2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions home-manager/packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@ with pkgs;
archive-home-files
prs
gredit
renmark
preview
])
++ (lib.optionals stdenv.isLinux [
Expand All @@ -150,7 +149,7 @@ with pkgs;
# Keybindigs: https://git.sr.ht/~bptato/chawan/tree/master/item/res/config.toml
chawan # `cha`

renmark # Depend on chawan
homemade-pkgs.renmark # Depend on chawan
])
++ (lib.optionals stdenv.isDarwin [
# https://github.com/NixOS/nixpkgs/issues/240819
Expand Down

0 comments on commit 885ada2

Please sign in to comment.