mirror of
https://github.com/davegallant/nix-config
synced 2025-08-07 05:02:28 +00:00
Use nixpkgs-fmt
This commit is contained in:
15
darwin.nix
15
darwin.nix
@@ -1,11 +1,12 @@
|
||||
{
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}: let
|
||||
{ config
|
||||
, lib
|
||||
, pkgs
|
||||
, ...
|
||||
}:
|
||||
let
|
||||
checkBrew = "command -v brew > /dev/null";
|
||||
in {
|
||||
in
|
||||
{
|
||||
users.users."dave.gallant".home = "/Users/dave.gallant";
|
||||
environment = {
|
||||
extraInit = ''
|
||||
|
Reference in New Issue
Block a user