changed everything to default.nix

This commit is contained in:
biscuit
2025-05-21 11:11:26 -05:00
parent 7e77b1acd4
commit 694042f027
16 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
{pkgs, ...}: { {pkgs, ...}: {
imports = [ imports = [
../pkgs/delfin/biscuit.nix ../pkgs/delfin/default.nix
]; ];
} }
+1 -1
View File
@@ -1,5 +1,5 @@
{...}: { {...}: {
imports = [ imports = [
../../pkgs/btop/biscuit.nix ../../pkgs/btop/default.nix
]; ];
} }