initial nixos flake setup

This commit is contained in:
aditya
2026-05-09 03:23:16 +05:30
commit 0b65bb0b7f
10 changed files with 319 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
{...}:
{
home.username = "aditya";
home.homeDirectory = "/home/aditya";
home.stateVersion = "25.11";
imports = [
./programs/gh.nix
./programs/git.nix
./programs/zed.nix
];
}