diff --git a/hosts/laptop/home.nix b/hosts/laptop/home.nix index 5707977..64a2897 100644 --- a/hosts/laptop/home.nix +++ b/hosts/laptop/home.nix @@ -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;}; diff --git a/modules/macos/homebrew.nix b/modules/macos/homebrew.nix index 35631f7..7439039 100644 --- a/modules/macos/homebrew.nix +++ b/modules/macos/homebrew.nix @@ -21,6 +21,7 @@ _: { "legcord" "zulip" "zen-browser" + "supertuxkart" ]; masApps = { diff --git a/modules/shared/packages.nix b/modules/shared/packages.nix index c7f8904..c44b725 100644 --- a/modules/shared/packages.nix +++ b/modules/shared/packages.nix @@ -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