diff options
author | Ben Sima <ben@bsima.me> | 2019-04-16 13:02:58 -0700 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2019-04-16 13:02:58 -0700 |
commit | f2f3646b38a1ebfc94d065033c8b912d6198cc4f (patch) | |
tree | ebfe133256eafafd3707342c0fec4ee8c1903852 /linux.nix | |
parent | c5cc2c6973e9526706e9e439ca12893caf4ccf65 (diff) |
enable chromium
Diffstat (limited to 'linux.nix')
-rw-r--r-- | linux.nix | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -197,6 +197,10 @@ in enable = true; }; + chromium = { + enable = true; + }; + rofi = { enable = true; }; |