Skip to content

Commit

Permalink
bc
Browse files Browse the repository at this point in the history
  • Loading branch information
mightyiam committed Nov 28, 2024
1 parent 84564c5 commit d91edb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions home-manager-modules/users/mightyiam/modules/calculator.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
config,
...
}:
lib.mkIf config.gui.enable {
home.packages = [ pkgs.qalculate-gtk ];
{
home.packages = [ pkgs.bc ] ++ lib.optional config.gui.enable pkgs.qalculate-gtk;
}

0 comments on commit d91edb6

Please sign in to comment.