mirror of
https://github.com/ItsDrike/nixdots
synced 2024-11-10 04:59:42 +00:00
7 lines
129 B
Nix
7 lines
129 B
Nix
{ pkgs, ... }: {
|
|
# Basic list of must-have packages for all systems
|
|
environment.systemPackages = with pkgs; [
|
|
vim
|
|
];
|
|
}
|