mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 11:13:54 -05:00
format updates
This commit is contained in:
parent
0264979d0b
commit
c90a2c8e13
|
@ -1,4 +1,9 @@
|
|||
{ pkgs, lib, config, ... }: {
|
||||
{
|
||||
pkgs,
|
||||
lib,
|
||||
config,
|
||||
...
|
||||
}: {
|
||||
options = {
|
||||
guiApps.google-chrome.enable = lib.mkEnableOption "Enable Google Chrome.";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue