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

This commit is contained in:
Natalie Marks 2025-02-11 12:41:55 -08:00
commit 3ff01e050a

View file

@ -32,6 +32,9 @@
home.packages = with pkgs; [
# ghostty.packages.aarch64-darwin.default
python312
uv
fd
lua51Packages.lua
lua51Packages.luarocks
luajitPackages.magick
@ -39,7 +42,6 @@
lemonade
anki-bin
wireguard-tools
basedpyright
ruff
python312Packages.jedi-language-server
tor
@ -52,8 +54,6 @@
btop
neofetch
direnv
typst
typst-live
tmux
zellij
qemu
@ -80,7 +80,7 @@
#Gaming
prismlauncher
# for cmpm17
binwalk
# binwalk
exiftool
#for fun
cowsay
@ -97,8 +97,6 @@
alejandra
statix
texlab
typst-fmt
typst-lsp
clang-tools
# rust-analyzer
#clippy
@ -125,6 +123,13 @@
#xdg.mimeApps.defaultApplications."inode/directory" = "dolphin.desktop";
# xdg.mimeApps.defaultApplications = {"inode/directory" = "org.kde.dolphin.desktop";};
programs.atuin = {
enable = true;
enableBashIntegration = true;
enableFishIntegration = true;
daemon.enable = true;
};
programs.fish = {
enable = true;