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