build: fresh install of nixos
This commit is contained in:
parent
5288417f6f
commit
050e497568
6 changed files with 100 additions and 159 deletions
|
@ -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";
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue