This commit is contained in:
biscuit
2025-06-18 12:25:27 -05:00
parent 74f26f5997
commit ac41162a6e
4 changed files with 28 additions and 33 deletions
+1
View File
@@ -1,5 +1,6 @@
{...}: {
imports = [
../../pkgs/btop/default.nix
../../pkgs/matugen/default.nix
];
}
-9
View File
@@ -1,9 +0,0 @@
{
pkgs,
inputs,
...
}: {
imports = [
../pkgs/matugen/default.nix
];
}