test: flake and buds custom pkg
This commit is contained in:
parent
6ef601aaa0
commit
f302a05874
6 changed files with 29 additions and 19 deletions
|
|
@ -8,6 +8,7 @@
|
|||
./starship.nix
|
||||
./joshuto
|
||||
./helix
|
||||
./live-buds-cli.nix
|
||||
];
|
||||
home.packages = with pkgs; [
|
||||
bc # Calculator
|
||||
|
|
|
|||
5
home/ooks/opt/shell/live-buds-cli.nix
Normal file
5
home/ooks/opt/shell/live-buds-cli.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
home.packages = [ pkgs.live-buds-cli ];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue