fix: use environment.systemPackages (not home.packages) in nix-darwin
This commit is contained in:
parent
ec0e60a835
commit
2a74d64f74
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
# Nix GUI пакеты (нет в brew)
|
# Nix GUI пакеты (нет в brew)
|
||||||
home.packages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
aseprite # пиксельный редактор
|
aseprite # пиксельный редактор
|
||||||
pureref # reference board
|
pureref # reference board
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue