meow meow
This commit is contained in:
parent
5acef4760c
commit
19bceadaf6
3 changed files with 9 additions and 1 deletions
|
@ -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;
|
||||||
|
|
|
@ -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.
|
||||||
}
|
}
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue