This commit is contained in:
biscuit
2025-06-05 08:53:00 -05:00
parent 229b0041a6
commit e83c8ded35
6 changed files with 16 additions and 7 deletions
+5
View File
@@ -0,0 +1,5 @@
{pkgs, ...}: let
info = import ../../info.nix;
in {
home.packages = info.apps pkgs;
}
+1 -1
View File
@@ -1,4 +1,4 @@
{...}: {
{
imports = [
../../pkgs/btop/default.nix
];