mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-26 00:18:28 +02:00
flake cleanup and iso tweaks
This commit is contained in:
parent
5cdb4af753
commit
6be5f6a151
6 changed files with 31 additions and 36 deletions
|
@ -38,6 +38,7 @@
|
|||
wget
|
||||
htop-vim
|
||||
comma
|
||||
hx
|
||||
];
|
||||
programs.git = {
|
||||
enable = true;
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
keyMap = "dvorak";
|
||||
};
|
||||
programs.git.enable = true;
|
||||
services.fwupd.enable = true;
|
||||
|
||||
# in case we need to rescue a zfs machine
|
||||
boot.kernelPackages = config.boot.zfs.package.latestCompatibleLinuxPackages;
|
||||
|
|
|
@ -40,6 +40,7 @@
|
|||
wget
|
||||
htop-vim
|
||||
comma
|
||||
helix
|
||||
];
|
||||
programs.git = {
|
||||
enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue