modified: home.nix

This commit is contained in:
2025-07-21 17:34:31 +10:00
parent 32f7776aa4
commit 06e54f18ce
+4 -2
View File
@@ -8,7 +8,10 @@ in {
# imports = [ # imports = [
# ./aliases.nix # ./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.username = "nixos"; # your actual username
home.homeDirectory = "/home/nixos"; home.homeDirectory = "/home/nixos";
home.stateVersion = "25.05"; # match your NixOS stateVersion home.stateVersion = "25.05"; # match your NixOS stateVersion
@@ -30,7 +33,6 @@ programs.bash.enable = true;
tmux tmux
nano nano
sshfs sshfs
ashell
]; ];
# Optional: set environment vars # Optional: set environment vars