mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-26 00:18:28 +02:00
update readme.md
This commit is contained in:
parent
09e6824497
commit
a46a0d6500
2 changed files with 6 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
{ config, modulesPath, ... }:
|
||||
{ pkgs, config, modulesPath, ... }:
|
||||
{
|
||||
imports = [
|
||||
"${modulesPath}/installer/cd-dvd/installation-cd-minimal.nix"
|
||||
|
@ -10,6 +10,9 @@
|
|||
keyMap = "dvorak";
|
||||
};
|
||||
programs.git.enable = true;
|
||||
environment.systemPackages = with pkgs; [
|
||||
helix
|
||||
];
|
||||
|
||||
# in case we need to rescue a zfs machine
|
||||
boot.kernelPackages = config.boot.zfs.package.latestCompatibleLinuxPackages;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue