test: flake and buds custom pkg

This commit is contained in:
ooks-io 2023-09-15 13:01:03 +12:00
parent 6ef601aaa0
commit f302a05874
6 changed files with 29 additions and 19 deletions

View file

@ -8,6 +8,7 @@
./starship.nix
./joshuto
./helix
./live-buds-cli.nix
];
home.packages = with pkgs; [
bc # Calculator

View file

@ -0,0 +1,5 @@
{ config, pkgs, ... }:
{
home.packages = [ pkgs.live-buds-cli ];
}