init: base flake + minimal home config
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
home.username = "ayman";
|
||||
home.homeDirectory = "/home/ayman";
|
||||
home.stateVersion = "24.11";
|
||||
|
||||
programs.home-manager.enable = true;
|
||||
|
||||
home.packages = with pkgs; [
|
||||
ripgrep
|
||||
fd
|
||||
bat
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user