mirror of
https://github.com/zephrynis/nix-flake.git
synced 2026-02-18 20:21:53 +00:00
Fix typo in package name from 'alakritty' to 'alacritty'
This commit is contained in:
@@ -46,7 +46,7 @@
|
|||||||
users.defaultUserShell = pkgs.bashInteractive; # change to zsh if preferred
|
users.defaultUserShell = pkgs.bashInteractive; # change to zsh if preferred
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
alakritty
|
alacritty
|
||||||
# Custom Zen Browser package (defined in ../packages/zen-browser.nix)
|
# Custom Zen Browser package (defined in ../packages/zen-browser.nix)
|
||||||
(pkgs.callPackage ../packages/zen-browser.nix { inherit (pkgs) buildMozillaMach buildNpmPackage fetchFromGitHub lib fetchurl git pkg-config python3 vips runtimeShell writeScriptBin; })
|
(pkgs.callPackage ../packages/zen-browser.nix { inherit (pkgs) buildMozillaMach buildNpmPackage fetchFromGitHub lib fetchurl git pkg-config python3 vips runtimeShell writeScriptBin; })
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user