moved aliases to common file and imported to all home.nix variants

new file:   common/aliases.nix
	modified:   common/home.nix
	modified:   hosts/nixos/home.nix
This commit is contained in:
2025-07-20 21:15:31 +10:00
parent fa76fb0f13
commit af2f4263cc
3 changed files with 38 additions and 26 deletions

View File

@@ -1,6 +1,11 @@
{ config, pkgs, lib, ... }:
{
imports = [
../../common/aliases.nix
];
home.username = "nixos"; # your actual username
home.homeDirectory = "/home/nixos";
home.stateVersion = "25.05"; # match your NixOS stateVersion