Compare commits
No commits in common. "f32204ffceb7c7521f0d9462041d2867075c2729" and "de9008067a907855aa1844f9bb27b8572a3a4165" have entirely different histories.
f32204ffce
...
de9008067a
|
@ -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" = {
|
||||
|
|
|
@ -44,7 +44,6 @@
|
|||
security = {
|
||||
polkit.enable = true;
|
||||
rtkit.enable = true;
|
||||
sudo.wheelNeedsPassword = false; # Allow sudo without password
|
||||
};
|
||||
|
||||
fonts = {
|
||||
|
|
Loading…
Reference in a new issue