From d6795b4f75c435cba22346878ef842b170e56aa2 Mon Sep 17 00:00:00 2001 From: Ashelyn Rose Date: Tue, 23 May 2023 23:03:48 -0600 Subject: [PATCH] Add some utilities --- hosts/nyx/configuration.nix | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/hosts/nyx/configuration.nix b/hosts/nyx/configuration.nix index 8fb9796..d4b4a1e 100644 --- a/hosts/nyx/configuration.nix +++ b/hosts/nyx/configuration.nix @@ -1,6 +1,10 @@ { config, pkgs, ...}: let - home-manager = builtins.fetchTarball "https://github.com/nix-community/home-manager/archive/release-22.11.tar.gz"; + home-manager = builtins.fetchTarball { + url = "https://github.com/nix-community/home-manager/archive/release-22.11.tar.gz"; + sha256 = "1cp2rpprcfl4mjsrsrpfg6278nf05a0mpl3m0snksvdalfmc5si5"; + }; + in { imports = [ ./hardware-configuration.nix @@ -24,6 +28,8 @@ in { neofetch bat lazygit + tmux + psmisc ]; ashe.network.interface = "ens3";