Merge branch 'main' of github.com:nmarks413/nix-config
This commit is contained in:
commit
e430193714
3 changed files with 9 additions and 1 deletions
|
@ -44,6 +44,8 @@
|
|||
# Install fonts
|
||||
fonts.packages = [
|
||||
pkgs.iosevka
|
||||
pkgs.nerd-fonts.symbols-only
|
||||
pkgs.nerd-fonts.iosevka
|
||||
];
|
||||
|
||||
services.tailscale.enable = true;
|
||||
|
|
|
@ -28,6 +28,9 @@
|
|||
TERMINAL = "ghostty";
|
||||
BROWSER = "firefox";
|
||||
};
|
||||
home.sessionPath = [
|
||||
"$HOME/.emacs.d/bin"
|
||||
];
|
||||
|
||||
# Let Home Manager install and manage itself.
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue