From 06e54f18ce35eea8f277e9efbfc349c5455e623d Mon Sep 17 00:00:00 2001 From: beatzaplenty Date: Mon, 21 Jul 2025 17:34:31 +1000 Subject: [PATCH] modified: home.nix --- home.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/home.nix b/home.nix index 7c82454..888652a 100644 --- a/home.nix +++ b/home.nix @@ -8,7 +8,10 @@ in { # imports = [ # ./aliases.nix # ]; - +inputs.home-manager = { + url = "github:nix-community/home-manager/8b1c15a9e6f1fc9e1c7ec7f8964cf68eb1b46d44"; # 2024-06-15-ish + inputs.nixpkgs.follows = "nixpkgs"; +}; home.username = "nixos"; # your actual username home.homeDirectory = "/home/nixos"; home.stateVersion = "25.05"; # match your NixOS stateVersion @@ -30,7 +33,6 @@ programs.bash.enable = true; tmux nano sshfs - ashell ]; # Optional: set environment vars