format updates

This commit is contained in:
Aly Raffauf 2024-04-09 13:17:19 -04:00
parent 0264979d0b
commit c90a2c8e13
2 changed files with 8 additions and 3 deletions

View file

@ -1,4 +1,9 @@
{ pkgs, lib, config, ... }: {
{
pkgs,
lib,
config,
...
}: {
options = {
guiApps.google-chrome.enable = lib.mkEnableOption "Enable Google Chrome.";
};