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 = [
|
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;};
|
||||||
|
|
||||||
|
|
|
@ -21,6 +21,7 @@ _: {
|
||||||
"legcord"
|
"legcord"
|
||||||
"zulip"
|
"zulip"
|
||||||
"zen-browser"
|
"zen-browser"
|
||||||
|
"supertuxkart"
|
||||||
];
|
];
|
||||||
|
|
||||||
masApps = {
|
masApps = {
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue