updated homebrew packages

This commit is contained in:
Natalie 2025-04-30 12:38:05 -07:00
parent 318316c05b
commit 0ccc341bda
No known key found for this signature in database
GPG key ID: 61F4EAEB0C9C3D5F
3 changed files with 4 additions and 1 deletions

View file

@ -10,7 +10,7 @@
imports = [ imports = [
inputs.nixvim.homeManagerModules.nixvim inputs.nixvim.homeManagerModules.nixvim
#set up nixvim #set up nixvim
../../modules/nixvim # ../../modules/nixvim
]; ];
programs = import ../../modules/shared/homeManagerPrograms.nix {inherit inputs config pkgs lib userSettings systemSettings;}; programs = import ../../modules/shared/homeManagerPrograms.nix {inherit inputs config pkgs lib userSettings systemSettings;};

View file

@ -21,6 +21,7 @@ _: {
"legcord" "legcord"
"zulip" "zulip"
"zen-browser" "zen-browser"
"supertuxkart"
]; ];
masApps = { masApps = {

View file

@ -63,6 +63,7 @@ with pkgs; [
#media #media
spotify spotify
zathura
#language servers #language servers
typst-live typst-live
@ -82,6 +83,7 @@ with pkgs; [
lua51Packages.luarocks-nix lua51Packages.luarocks-nix
codespell codespell
typst typst
tree-sitter
#python #python
pyright pyright