mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-18 00:49:39 +00:00
add installer for macbook-pro-2009 repurpose tungsten disko config for iron installer-macbook-pro-2009: enable b43 driver README: document how to wipe filesystem iron: generate hardware-configuration iron: discard unused modules iron: include macbook specific modules iron: remove custom fs configurations
16 lines
218 B
Nix
16 lines
218 B
Nix
{pkgs, ...}: {
|
|
environment.systemPackages = [
|
|
pkgs.man-pages
|
|
pkgs.man-pages-posix
|
|
];
|
|
|
|
#
|
|
# Programs
|
|
#
|
|
programs = {
|
|
vim.enable = true;
|
|
vim.defaultEditor = true;
|
|
|
|
git.enable = true;
|
|
};
|
|
}
|