mirror of
https://github.com/szymon-jozef/amazing-dotfiles.git
synced 2026-09-07 20:20:43 +02:00
chromium
This commit is contained in:
8
modules/gui/browsers.nix
Normal file
8
modules/gui/browsers.nix
Normal file
@@ -0,0 +1,8 @@
|
||||
{ isNixOS, lib, ... }:
|
||||
|
||||
{
|
||||
programs.chromium = {
|
||||
enable = true;
|
||||
package = lib.mkIf (!isNixOS) null;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user