This commit is contained in:
kenji
2025-08-11 21:49:35 -05:00
parent dc1c238819
commit 06e277c316
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -1,10 +1,11 @@
{
inputs,
self,
pkgs,
...
}: {
imports = [
./desktop.nix
{inherit inputs self;}
{inherit pkgs inputs self;}
];
}