mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 04:58:01 +00:00
nixos/profiles/installer: init
Not perfect but we'll add more niceties later.
This commit is contained in:
parent
acba42bd99
commit
098df7d058
12
modules/nixos/profiles/installer.nix
Normal file
12
modules/nixos/profiles/installer.nix
Normal file
@ -0,0 +1,12 @@
|
||||
# A dedicated profile for installers with some niceties in it.
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
ripgrep
|
||||
git
|
||||
lazygit
|
||||
neovim
|
||||
zellij
|
||||
];
|
||||
}
|
Loading…
Reference in New Issue
Block a user