diff options
author | sefidel <contact@sefidel.net> | 2023-07-29 21:17:42 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2023-07-29 21:18:07 +0900 |
commit | 12c523c75ed290ff81c4806ef9da66d4e5b187ed (patch) | |
tree | a1db4e1e49cd0c6787b00ebe336738a01142c92c /home/default.nix | |
parent | 8d5fdb86de33ed17481c85d2e96ca4943e58a8f1 (diff) | |
download | nixrc-12c523c75ed290ff81c4806ef9da66d4e5b187ed.tar.gz nixrc-12c523c75ed290ff81c4806ef9da66d4e5b187ed.zip |
chore: reformat
Diffstat (limited to 'home/default.nix')
-rw-r--r-- | home/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/default.nix b/home/default.nix index 2b2f827..1c4797d 100644 --- a/home/default.nix +++ b/home/default.nix @@ -46,7 +46,7 @@ "sefidel@kompakt-darwin" = self.lib.mkHome { username = "sefidel"; hostname = "kompakt-darwin"; - pkgs = import unstable { system = "aarch64-darwin"; overlays = with inputs; [ rust.overlays.default /* neovim.overlay // TODO: https://github.com/neovim/neovim/issues/24124 */]; }; + pkgs = import unstable { system = "aarch64-darwin"; overlays = with inputs; [ rust.overlays.default /* neovim.overlay // TODO: https://github.com/neovim/neovim/issues/24124 */ ]; }; extraModules = [ ./profiles/populate.nix |