meow meow

This commit is contained in:
Natalie 2025-04-01 16:53:29 -07:00
parent 5acef4760c
commit 19bceadaf6
3 changed files with 9 additions and 1 deletions

View file

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

View file

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

View file

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