mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-30 22:57:55 +00:00
nixos/profiles/installer: update default application list
This commit is contained in:
parent
5b68cf1f04
commit
a4871f04b6
@ -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!
|
||||
|
Loading…
Reference in New Issue
Block a user