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 = {
systemPackages = with pkgs; [
# Nix
nixfmt-tree
nix-diff
nix-tree
nixfmt-tree
nvd
# Lazy
lazycli
+3 -1
View File
@@ -14,7 +14,9 @@ let
python3 = pkgs.python3.override {
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
{
systemd.tmpfiles.rules = [