add overlay for nix unstable

This commit is contained in:
aditya
2026-05-09 15:26:39 +05:30
parent 0b65bb0b7f
commit 77483da6be
4 changed files with 16 additions and 6 deletions
+5 -1
View File
@@ -1,10 +1,14 @@
{...}:
{ pkgs, ... }:
{
home.username = "aditya";
home.homeDirectory = "/home/aditya";
home.stateVersion = "25.11";
home.packages = with pkgs.unstable; [
pear-desktop
];
imports = [
./programs/gh.nix
./programs/git.nix