Compare commits
No commits in common. "6c094967e38c6005fb6bf932a7bc692fdc8ba829" and "27bc4cf9a476238b6d6ee39f90825a34637d473b" have entirely different histories.
6c094967e3
...
27bc4cf9a4
@ -27,7 +27,6 @@ in
|
||||
lf
|
||||
tshark
|
||||
nixfmt
|
||||
usbutils
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
{ lib, config, pkgs, ... }:
|
||||
{ lib, config, ... }:
|
||||
let
|
||||
inherit (lib) mkIf mkOption types;
|
||||
in
|
||||
@ -11,8 +11,5 @@ in
|
||||
|
||||
config = mkIf config.smayzy.chromium.enable {
|
||||
programs.chromium.enable = true;
|
||||
environment.systemPackages = with pkgs; [
|
||||
chromium
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user