mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-10 20:20:41 +03:00
123
This commit is contained in:
@@ -7,9 +7,10 @@
|
||||
environment = {
|
||||
systemPackages = with pkgs; [
|
||||
# Nix
|
||||
nixfmt-tree
|
||||
nix-diff
|
||||
nix-tree
|
||||
nixfmt-tree
|
||||
nvd
|
||||
|
||||
# Lazy
|
||||
lazycli
|
||||
|
||||
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user