From 19bceadaf65e1962cd59a047886267570d631b57 Mon Sep 17 00:00:00 2001 From: Natalie Date: Tue, 1 Apr 2025 16:53:29 -0700 Subject: [PATCH] meow meow --- hosts/laptop/configuration.nix | 2 ++ hosts/laptop/home.nix | 3 +++ hosts/shared/packages.nix | 5 ++++- 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/hosts/laptop/configuration.nix b/hosts/laptop/configuration.nix index bd99710..f708df2 100644 --- a/hosts/laptop/configuration.nix +++ b/hosts/laptop/configuration.nix @@ -44,6 +44,8 @@ # Install fonts fonts.packages = [ pkgs.iosevka + pkgs.nerd-fonts.symbols-only + pkgs.nerd-fonts.iosevka ]; services.tailscale.enable = true; diff --git a/hosts/laptop/home.nix b/hosts/laptop/home.nix index 7baa5dd..7fb74d7 100644 --- a/hosts/laptop/home.nix +++ b/hosts/laptop/home.nix @@ -28,6 +28,9 @@ TERMINAL = "ghostty"; BROWSER = "firefox"; }; + home.sessionPath = [ + "$HOME/.emacs.d/bin" + ]; # Let Home Manager install and manage itself. } diff --git a/hosts/shared/packages.nix b/hosts/shared/packages.nix index 4708a07..766531d 100644 --- a/hosts/shared/packages.nix +++ b/hosts/shared/packages.nix @@ -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