aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--home/default.nix2
-rw-r--r--home/profiles/base/default.nix2
-rw-r--r--nixos/alpha/hardware-configuration.nix10
3 files changed, 7 insertions, 7 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 = {
diff --git a/nixos/alpha/hardware-configuration.nix b/nixos/alpha/hardware-configuration.nix
index 7cdd7c5..0749482 100644
--- a/nixos/alpha/hardware-configuration.nix
+++ b/nixos/alpha/hardware-configuration.nix
@@ -44,11 +44,11 @@
fsType = "zfs";
};
-# fileSystems."/mnt/resident" =
-# {
-# device = "/dev/disk/by-uuid/fe7a00a8-0a3c-48de-9d7a-ed7cf172f501";
-# fsType = "ext4";
-# };
+ # fileSystems."/mnt/resident" =
+ # {
+ # device = "/dev/disk/by-uuid/fe7a00a8-0a3c-48de-9d7a-ed7cf172f501";
+ # fsType = "ext4";
+ # };
swapDevices =
[{ device = "/dev/disk/by-uuid/4f06a42c-c4cc-4861-8ae0-dcff81d719d3"; }];