nixos/profiles/installer: update default application list

This commit is contained in:
Gabriel Arazas 2025-01-12 14:55:38 +08:00
parent 5b68cf1f04
commit a4871f04b6
No known key found for this signature in database
GPG Key ID: 62104B43D00AA360

View File

@ -1,7 +1,7 @@
# A dedicated profile for installers with some niceties in it. This is also
# used for persistent live installers so you'll have to exclude setting up shop
# and do that in the respective NixOS configuration instead.
{ pkgs, lib, modulesPath, ... }:
{ pkgs, lib, modulesPath, foodogsquaredLib, ... }:
{
imports = [
@ -12,13 +12,14 @@
# Include some modern niceties.
environment.systemPackages = with pkgs; [
curl
disko
ripgrep
git
lazygit
neovim
zellij
];
] ++ foodogsquaredLib.stdenv;
# Yeah, that's right, this is also a Guix System installer because SCREW YOU,
# NIXOS USERS!