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