Remove alacritty from darwin.nix
This commit is contained in:
parent
0ad0c26bf4
commit
8a50c88e80
|
@ -1,15 +1,10 @@
|
||||||
{ system, pkgs, ... }:
|
{ system, pkgs, ... }:
|
||||||
|
|
||||||
let alacritty = import ./alacritty/alacritty.nix pkgs;
|
|
||||||
in
|
|
||||||
|
|
||||||
{
|
{
|
||||||
nixpkgs.hostPlatform = system;
|
nixpkgs.hostPlatform = system;
|
||||||
nixpkgs.config.allowUnfree = true;
|
nixpkgs.config.allowUnfree = true;
|
||||||
|
|
||||||
environment.systemPackages = with pkgs ; [
|
environment.systemPackages = with pkgs ; [
|
||||||
alacritty.package
|
|
||||||
|
|
||||||
binutils
|
binutils
|
||||||
coreutils
|
coreutils
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user