mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-26 02:31: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 = {
|
options = {
|
||||||
guiApps.google-chrome.enable = lib.mkEnableOption "Enable Google Chrome.";
|
guiApps.google-chrome.enable = lib.mkEnableOption "Enable Google Chrome.";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue