Compare commits
2 Commits
27bc4cf9a4
...
6c094967e3
| Author | SHA1 | Date | |
|---|---|---|---|
| 6c094967e3 | |||
| 1635d78674 |
@ -27,6 +27,7 @@ in
|
||||
lf
|
||||
tshark
|
||||
nixfmt
|
||||
usbutils
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
{ lib, config, ... }:
|
||||
{ lib, config, pkgs, ... }:
|
||||
let
|
||||
inherit (lib) mkIf mkOption types;
|
||||
in
|
||||
@ -11,5 +11,8 @@ in
|
||||
|
||||
config = mkIf config.smayzy.chromium.enable {
|
||||
programs.chromium.enable = true;
|
||||
environment.systemPackages = with pkgs; [
|
||||
chromium
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user