Merge branch 'main' of github.com:nmarks413/nix-config
This commit is contained in:
commit
3ff01e050a
1 changed files with 11 additions and 6 deletions
|
@ -32,6 +32,9 @@
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
# ghostty.packages.aarch64-darwin.default
|
# ghostty.packages.aarch64-darwin.default
|
||||||
|
python312
|
||||||
|
uv
|
||||||
|
fd
|
||||||
lua51Packages.lua
|
lua51Packages.lua
|
||||||
lua51Packages.luarocks
|
lua51Packages.luarocks
|
||||||
luajitPackages.magick
|
luajitPackages.magick
|
||||||
|
@ -39,7 +42,6 @@
|
||||||
lemonade
|
lemonade
|
||||||
anki-bin
|
anki-bin
|
||||||
wireguard-tools
|
wireguard-tools
|
||||||
basedpyright
|
|
||||||
ruff
|
ruff
|
||||||
python312Packages.jedi-language-server
|
python312Packages.jedi-language-server
|
||||||
tor
|
tor
|
||||||
|
@ -52,8 +54,6 @@
|
||||||
btop
|
btop
|
||||||
neofetch
|
neofetch
|
||||||
direnv
|
direnv
|
||||||
typst
|
|
||||||
typst-live
|
|
||||||
tmux
|
tmux
|
||||||
zellij
|
zellij
|
||||||
qemu
|
qemu
|
||||||
|
@ -80,7 +80,7 @@
|
||||||
#Gaming
|
#Gaming
|
||||||
prismlauncher
|
prismlauncher
|
||||||
# for cmpm17
|
# for cmpm17
|
||||||
binwalk
|
# binwalk
|
||||||
exiftool
|
exiftool
|
||||||
#for fun
|
#for fun
|
||||||
cowsay
|
cowsay
|
||||||
|
@ -97,8 +97,6 @@
|
||||||
alejandra
|
alejandra
|
||||||
statix
|
statix
|
||||||
texlab
|
texlab
|
||||||
typst-fmt
|
|
||||||
typst-lsp
|
|
||||||
clang-tools
|
clang-tools
|
||||||
# rust-analyzer
|
# rust-analyzer
|
||||||
#clippy
|
#clippy
|
||||||
|
@ -125,6 +123,13 @@
|
||||||
#xdg.mimeApps.defaultApplications."inode/directory" = "dolphin.desktop";
|
#xdg.mimeApps.defaultApplications."inode/directory" = "dolphin.desktop";
|
||||||
# xdg.mimeApps.defaultApplications = {"inode/directory" = "org.kde.dolphin.desktop";};
|
# xdg.mimeApps.defaultApplications = {"inode/directory" = "org.kde.dolphin.desktop";};
|
||||||
|
|
||||||
|
programs.atuin = {
|
||||||
|
enable = true;
|
||||||
|
enableBashIntegration = true;
|
||||||
|
enableFishIntegration = true;
|
||||||
|
daemon.enable = true;
|
||||||
|
};
|
||||||
|
|
||||||
programs.fish = {
|
programs.fish = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue