style: 💄 Fix indent
This commit is contained in:
parent
4707d50b1a
commit
37d756b26f
@ -11,8 +11,8 @@
|
||||
outputs = inputs@{ self, nix-darwin, nixpkgs, nix-homebrew, ... }:
|
||||
let
|
||||
configuration = { pkgs, ... }: {
|
||||
# List packages installed in system profile. To search by name, run:
|
||||
# $ nix-env -qaP | grep wget
|
||||
# List packages installed in system profile. To search by name, run:
|
||||
# $ nix-env -qaP | grep wget
|
||||
environment.systemPackages =
|
||||
[
|
||||
pkgs.termdown
|
||||
@ -20,6 +20,7 @@
|
||||
pkgs.neovim
|
||||
];
|
||||
|
||||
# HomeBrew configuration
|
||||
homebrew = {
|
||||
enable = true;
|
||||
casks = [
|
||||
|
Loading…
x
Reference in New Issue
Block a user