aboutsummaryrefslogtreecommitdiff
path: root/home
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2023-07-29 21:17:42 +0900
committersefidel <contact@sefidel.net>2023-07-29 21:18:07 +0900
commit12c523c75ed290ff81c4806ef9da66d4e5b187ed (patch)
treea1db4e1e49cd0c6787b00ebe336738a01142c92c /home
parent8d5fdb86de33ed17481c85d2e96ca4943e58a8f1 (diff)
downloadnixrc-12c523c75ed290ff81c4806ef9da66d4e5b187ed.zip
chore: reformat
Diffstat (limited to 'home')
-rw-r--r--home/default.nix2
-rw-r--r--home/profiles/base/default.nix2
2 files changed, 2 insertions, 2 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
diff --git a/home/profiles/base/default.nix b/home/profiles/base/default.nix
index 368bbe9..bd9ebef 100644
--- a/home/profiles/base/default.nix
+++ b/home/profiles/base/default.nix
@@ -174,7 +174,7 @@ in
} // lib.optionalAttrs (pkgs.stdenv.isDarwin) {
# <nixpkgs>/nixos/modules/config/shells-environment.nix
clear = "clear && printf '\\e[3J'";
- l = "ls -alh";
+ l = "ls -alh";
};
zoxide = {