Skip to content

Commit 15199f0

Browse files
committed
add bsav
1 parent 0a9848f commit 15199f0

File tree

3 files changed

+69
-8
lines changed

3 files changed

+69
-8
lines changed

flake.lock

Lines changed: 63 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,10 @@
5252
url = "github:kevinJ045/lulu/main";
5353
inputs.nixpkgs.follows = "nixpkgs";
5454
};
55+
bsav = {
56+
url = "github:codebam/bsav/main";
57+
inputs.nixpkgs.follows = "nixpkgs";
58+
};
5559
#helix = {
5660
# url = "github:helix-editor/helix";
5761
#inputs.nixpkgs.follows = "nixpkgs";

home/home.nix

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{ pkgs, ... }:
1+
{ pkgs, inputs, ... }:
22

33
{
44
home = {
@@ -108,6 +108,7 @@
108108
youtube-music
109109
kdePackages.kdenlive
110110
calcurse
111+
inputs.bsav.packages.${pkgs.stdenv.hostPlatform.system}.default
111112
];
112113

113114
file.".config/helix/init.scm".text = ''

0 commit comments

Comments
 (0)