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";
};
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; [
emacs
enchant # spell checking
@ -17,22 +15,19 @@ in {
nodejs_24
copilot-language-server-fhs
cmake
libtool
gnumake
gcc
tree-sitter
texlive.combined.scheme-full
(tree-sitter.withPlugins (grammars: with grammars; [
tree-sitter-bash
tree-sitter-nix
tree-sitter-toml
tree-sitter-elisp
tree-sitter-rust
tree-sitter-cpp
tree-sitter-c
tree-sitter-zig
tree-sitter-elisp
tree-sitter-markdown
]))
# tree-sitter-grammars.tree-sitter-c
# tree-sitter-grammars.tree-sitter-cpp
# tree-sitter-grammars.tree-sitter-zig
# tree-sitter-grammars.tree-sitter-nix
# tree-sitter-grammars.tree-sitter-toml
# tree-sitter-grammars.tree-sitter-wgsl
# tree-sitter-grammars.tree-sitter-rust
# tree-sitter-grammars.tree-sitter-bash
# tree-sitter-grammars.tree-sitter-elisp
# tree-sitter-grammars.tree-sitter-markdown
];
# xdg.configFile = {
# "emacs" = {

View file

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