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