add overlay for nix unstable
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
{ ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
./overlays.nix
|
||||
];
|
||||
}
|
||||
+1
-1
@@ -11,7 +11,7 @@
|
||||
};
|
||||
in
|
||||
{
|
||||
inherit (unstable-pkgs) ollama kdePackages sddm;
|
||||
inherit (unstable-pkgs) pear-desktop;
|
||||
unstable = unstable-pkgs;
|
||||
}
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user