Skip to content

Commit

Permalink
nix(home-manager): added icon_path option
Browse files Browse the repository at this point in the history
  • Loading branch information
luisnquin committed Jan 28, 2024
1 parent b0d7e78 commit e1c2089
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions nix/hm-module.nix
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@ in {
default = 700;
};

icon_path = mkOption {
type = types.str;
default = "";
};

reminder = mkOption {
type = boundModule;
default = {
Expand Down

0 comments on commit e1c2089

Please sign in to comment.