mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-11 04:30:41 +03:00
123
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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 = [
|
||||||
|
|||||||
Reference in New Issue
Block a user