Finalised Terminal Config

This commit is contained in:
2025-12-27 13:35:09 +01:00
parent f39de85d57
commit 9a777def2f
12 changed files with 165 additions and 212 deletions

View File

@@ -1,5 +1,4 @@
{ pkgs, ... }:
{
{ pkgs, ... }: {
home = {
packages = with pkgs; [
# dev tools
@@ -26,6 +25,7 @@
# fonts
nerd-fonts.fira-code
nerd-fonts.fira-mono
nerd-fonts.hack
];
};
}