upd
This commit is contained in:
Generated
+1063
File diff suppressed because it is too large
Load Diff
@@ -111,7 +111,7 @@
|
||||
system = "aarch64-darwin";
|
||||
specialArgs = args;
|
||||
modules = [
|
||||
./nixos/macos/darwin.nix
|
||||
./hosts/macos/darwin.nix
|
||||
home-manager.darwinModules.home-manager
|
||||
{
|
||||
home-manager.useGlobalPkgs = true;
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
...
|
||||
}: {
|
||||
imports = [
|
||||
../../modules/dev.nix
|
||||
../../system/dev/macos.nix
|
||||
];
|
||||
# List packages installed in system profile. To search by name, run:
|
||||
# $ nix-env -qaP | grep wget
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
{...}: {
|
||||
imports = [
|
||||
../system/gaming.nix
|
||||
];
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
{pkgs, ...}: {
|
||||
environment.systemPackages = with pkgs; [
|
||||
python3
|
||||
python3Packages.pip
|
||||
python3Packages.pygobject3
|
||||
python3Packages.setuptools
|
||||
python3Packages.wheel
|
||||
git
|
||||
p7zip
|
||||
tldr
|
||||
jq
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user