Skip to content

Commit

Permalink
Add imv
Browse files Browse the repository at this point in the history
  • Loading branch information
DanNixon committed Dec 20, 2023
1 parent 09e58ba commit e57c131
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions modules/home-manager/desktop_environment/apps/default.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{pkgs, ...}: {
imports = [
./imv.nix
./zathura.nix
];

Expand Down
8 changes: 8 additions & 0 deletions modules/home-manager/desktop_environment/apps/imv.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{...}: {
programs.imv = {
enable = true;

# TODO
# https://mipmip.github.io/home-manager-option-search/?query=imv
};
}

0 comments on commit e57c131

Please sign in to comment.