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