fully migrates dnsc-machine
This commit is contained in:
parent
8363764798
commit
7d7f81d9ce
14 changed files with 390 additions and 1 deletions
18
modules/browser/default.nix
Normal file
18
modules/browser/default.nix
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
{ inputs, ... }:
|
||||
{
|
||||
flake.modules.nixos.browser =
|
||||
{ pkgs, system, ... }:
|
||||
{
|
||||
environment.systemPackages = [
|
||||
inputs.helium.packages.${system}.default
|
||||
];
|
||||
};
|
||||
|
||||
flake.modules.darwin.browser =
|
||||
{ pkgs, system, ... }:
|
||||
{
|
||||
environment.systemPackages = [
|
||||
inputs.helium.packages.${system}.default
|
||||
];
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue