mirror of
https://github.com/ItsDrike/nixdots
synced 2024-11-10 02:49:41 +00:00
10 lines
147 B
Nix
10 lines
147 B
Nix
{pkgs, ...}:
|
|
{
|
|
# Basic list of must-have packages for all systems
|
|
environment.systemPackages = with pkgs; [
|
|
vim
|
|
gnupg
|
|
delta
|
|
];
|
|
}
|