about summary refs log tree commit diff
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2024-03-29 00:14:31 +0900
committersefidel <contact@sefidel.net>2024-03-29 00:14:50 +0900
commit5ca465032b24c55099beea937e8ceca115ac3967 (patch)
treef40abaa68dd4f9f49dc71cac0e0e0f5877174bca
parent0c222a35128f73a2afc78bc3a3a239bfd5171145 (diff)
downloadnixrc-5ca465032b24c55099beea937e8ceca115ac3967.tar.gz
nixrc-5ca465032b24c55099beea937e8ceca115ac3967.zip
chore(home/default): format pkgs entry
-rw-r--r--home/default.nix20
1 files changed, 18 insertions, 2 deletions
diff --git a/home/default.nix b/home/default.nix
index bd29124..1e78b81 100644
--- a/home/default.nix
+++ b/home/default.nix
@@ -4,7 +4,15 @@
   "sefidel@alpha" = self.lib.mkHome {
     username = "sefidel";
     hostname = "alpha";
-    pkgs = import unstable { system = "x86_64-linux"; overlays = with inputs; [ rust.overlays.default neovim-nightly.overlay helix.overlays.default nur.overlay ]; };
+    pkgs = import unstable {
+      system = "x86_64-linux";
+      overlays = with inputs; [
+        rust.overlays.default
+        neovim-nightly.overlay
+        helix.overlays.default
+        nur.overlay
+      ];
+    };
 
     extraModules = [
       ./profiles/populate.nix
@@ -29,7 +37,15 @@
   "sefidel@haruka" = self.lib.mkHome {
     username = "sefidel";
     hostname = "haruka";
-    pkgs = import unstable { system = "x86_64-linux"; overlays = with inputs; [ rust.overlays.default neovim-nightly.overlay helix.overlays.default nur.overlay ]; };
+    pkgs = import unstable {
+      system = "x86_64-linux";
+      overlays = with inputs; [
+        rust.overlays.default
+        neovim-nightly.overlay
+        helix.overlays.default
+        nur.overlay
+      ];
+    };
 
     extraModules = [
       ./profiles/populate.nix