parent
d204c9981a
commit
c3dc7d71c8
1 changed files with 9 additions and 0 deletions
9
modules/lynx.nix
Normal file
9
modules/lynx.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
flake.modules.nixos.base =
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
lynx
|
||||
];
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue