Compare commits

..

No commits in common. "f32204ffceb7c7521f0d9462041d2867075c2729" and "de9008067a907855aa1844f9bb27b8572a3a4165" have entirely different histories.

2 changed files with 11 additions and 17 deletions

View file

@ -7,8 +7,6 @@ let
rev = "39d889549f2b0b5c5392852daa862437e080a710"; rev = "39d889549f2b0b5c5392852daa862437e080a710";
}; };
in { in {
# TODO: turn this into a FHS or package so these dependencies don't have to be
# accessible from the global namespace.
home.packages = with pkgs; [ home.packages = with pkgs; [
emacs emacs
enchant # spell checking enchant # spell checking
@ -17,22 +15,19 @@ in {
nodejs_24 nodejs_24
copilot-language-server-fhs copilot-language-server-fhs
cmake cmake
libtool
gnumake
gcc gcc
tree-sitter
texlive.combined.scheme-full texlive.combined.scheme-full
(tree-sitter.withPlugins (grammars: with grammars; [ # tree-sitter-grammars.tree-sitter-c
tree-sitter-bash # tree-sitter-grammars.tree-sitter-cpp
tree-sitter-nix # tree-sitter-grammars.tree-sitter-zig
tree-sitter-toml # tree-sitter-grammars.tree-sitter-nix
tree-sitter-elisp # tree-sitter-grammars.tree-sitter-toml
tree-sitter-rust # tree-sitter-grammars.tree-sitter-wgsl
tree-sitter-cpp # tree-sitter-grammars.tree-sitter-rust
tree-sitter-c # tree-sitter-grammars.tree-sitter-bash
tree-sitter-zig # tree-sitter-grammars.tree-sitter-elisp
tree-sitter-elisp # tree-sitter-grammars.tree-sitter-markdown
tree-sitter-markdown
]))
]; ];
# xdg.configFile = { # xdg.configFile = {
# "emacs" = { # "emacs" = {

View file

@ -44,7 +44,6 @@
security = { security = {
polkit.enable = true; polkit.enable = true;
rtkit.enable = true; rtkit.enable = true;
sudo.wheelNeedsPassword = false; # Allow sudo without password
}; };
fonts = { fonts = {