build: fresh install of nixos

This commit is contained in:
Mohammad Rafiq 2025-02-22 10:46:04 +08:00
parent 5288417f6f
commit 050e497568
6 changed files with 100 additions and 159 deletions

View file

@ -1,17 +0,0 @@
{ config, pkgs, ... }:
{
home.username = "rafiq";
home.homeDirectory = "/home/rafiq";
home.stateVersion = "24.11"
programs.home-manager.enable = true;
# Git Configuration
programs.git = {
enable = true;
userName = "Mohammad Rafiq";
userEmail = "mohammadrafiq567@gmail.com";
};
}