Merge branch 'main' of github.com:nmarks413/nix-config

This commit is contained in:
Natalie Marks 2025-04-01 16:53:55 -07:00
commit e430193714
3 changed files with 9 additions and 1 deletions

View file

@ -44,6 +44,8 @@
# Install fonts
fonts.packages = [
pkgs.iosevka
pkgs.nerd-fonts.symbols-only
pkgs.nerd-fonts.iosevka
];
services.tailscale.enable = true;

View file

@ -28,6 +28,9 @@
TERMINAL = "ghostty";
BROWSER = "firefox";
};
home.sessionPath = [
"$HOME/.emacs.d/bin"
];
# Let Home Manager install and manage itself.
}

View file

@ -4,7 +4,6 @@ with pkgs; [
just
pkg-config
gnumake
zed-editor
caddy
pm2
clang-tools
@ -13,6 +12,10 @@ with pkgs; [
unzip
clang
#ides
zed-editor
emacs
#virtualization
qemu
podman