updated homebrew packages
This commit is contained in:
parent
318316c05b
commit
0ccc341bda
3 changed files with 4 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
|||
imports = [
|
||||
inputs.nixvim.homeManagerModules.nixvim
|
||||
#set up nixvim
|
||||
../../modules/nixvim
|
||||
# ../../modules/nixvim
|
||||
];
|
||||
programs = import ../../modules/shared/homeManagerPrograms.nix {inherit inputs config pkgs lib userSettings systemSettings;};
|
||||
|
||||
|
|
|
@ -21,6 +21,7 @@ _: {
|
|||
"legcord"
|
||||
"zulip"
|
||||
"zen-browser"
|
||||
"supertuxkart"
|
||||
];
|
||||
|
||||
masApps = {
|
||||
|
|
|
@ -63,6 +63,7 @@ with pkgs; [
|
|||
|
||||
#media
|
||||
spotify
|
||||
zathura
|
||||
|
||||
#language servers
|
||||
typst-live
|
||||
|
@ -82,6 +83,7 @@ with pkgs; [
|
|||
lua51Packages.luarocks-nix
|
||||
codespell
|
||||
typst
|
||||
tree-sitter
|
||||
|
||||
#python
|
||||
pyright
|
||||
|
|
Loading…
Reference in a new issue