chromium: add testbed
This commit is contained in:
parent
2ce89d2821
commit
8eb2da8d50
1 changed files with 13 additions and 0 deletions
13
modules/chromium/testbed.nix
Normal file
13
modules/chromium/testbed.nix
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
let package = pkgs.chromium;
|
||||
|
||||
in {
|
||||
stylix.testbed.application = {
|
||||
enable = true;
|
||||
name = "chromium-browser";
|
||||
inherit package;
|
||||
};
|
||||
|
||||
environment.systemPackages = [ package ];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue