add overlay for nix unstable
This commit is contained in:
+5
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user