Compare commits

..

No commits in common. "6c094967e38c6005fb6bf932a7bc692fdc8ba829" and "27bc4cf9a476238b6d6ee39f90825a34637d473b" have entirely different histories.

2 changed files with 1 additions and 5 deletions

View File

@ -27,7 +27,6 @@ in
lf
tshark
nixfmt
usbutils
];
};
}

View File

@ -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
];
};
}