Add bc calculator
This commit is contained in:
parent
87895214ba
commit
d241f687b4
1 changed files with 7 additions and 0 deletions
7
modules2/calculator.nix
Normal file
7
modules2/calculator.nix
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
{
|
||||||
|
flake.modules.nixos.pc =
|
||||||
|
{ pkgs, ... }:
|
||||||
|
{
|
||||||
|
environment.systemPackages = [ pkgs.bc ];
|
||||||
|
};
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue