diff --git a/modules/home/apps/cli-apps/fish/default.nix b/modules/home/apps/cli-apps/fish/default.nix index 7a4e220..3be822f 100644 --- a/modules/home/apps/cli-apps/fish/default.nix +++ b/modules/home/apps/cli-apps/fish/default.nix @@ -39,7 +39,7 @@ in ''; shellAliases = { vim = "hx"; - ls = "eza -lh --icons --git"; + ls = "eza -lah --icons --git"; lss = "ls --total-size"; }; plugins = with pkgs.fishPlugins; [ diff --git a/systems/aarch64-linux/nixberry/default.nix b/systems/aarch64-linux/nixberry/default.nix index 6c855c7..7298601 100644 --- a/systems/aarch64-linux/nixberry/default.nix +++ b/systems/aarch64-linux/nixberry/default.nix @@ -32,6 +32,10 @@ in users.groups.remotebuild = { }; + nixpkgs.hostPlatform = { + system = "aarch64-linux"; + }; + nix = { nrBuildUsers = 64; settings = {