This commit is contained in:
2025-07-12 12:23:01 +03:00
parent 7f1480afb2
commit 0f301b4269
2 changed files with 5 additions and 2 deletions
+2 -1
View File
@@ -7,9 +7,10 @@
environment = { environment = {
systemPackages = with pkgs; [ systemPackages = with pkgs; [
# Nix # Nix
nixfmt-tree
nix-diff nix-diff
nix-tree nix-tree
nixfmt-tree
nvd
# Lazy # Lazy
lazycli lazycli
+3 -1
View File
@@ -14,7 +14,9 @@ let
python3 = pkgs.python3.override { python3 = pkgs.python3.override {
packageOverrides = depsOverlay; packageOverrides = depsOverlay;
}; };
beetsEnv = python3.withPackages (ps: [ ps.beets /*ps.gst-python ps.pygobject3*/ ]); beetsEnv = python3.withPackages (ps: [
ps.beets # ps.gst-python ps.pygobject3
]);
in in
{ {
systemd.tmpfiles.rules = [ systemd.tmpfiles.rules = [