Compare commits

..

No commits in common. "10e149312d70bac1fa39b7ae335a63f7438c2338" and "20f793fca09421640ad5bbf088bdfc7873853047" have entirely different histories.

5 changed files with 3 additions and 17 deletions

View file

@ -11,7 +11,6 @@ in {
# accessible from the global namespace.
home.packages = with pkgs; [
emacs
python3
enchant # spell checking
ripgrep # for Emacs' ripgrep integration
libvterm-neovim # vterm support for Emacs
@ -33,7 +32,6 @@ in {
tree-sitter-zig
tree-sitter-elisp
tree-sitter-markdown
pkgs.tree-sitter-slang
]))
];
# xdg.configFile = {

View file

@ -5,7 +5,6 @@
src = builtins.fetchGit {
url = "git@git.nirgendwo.xyz:janis/dotfiles.git";
rev = "1af2254ee4d278305d9a8b9d6eb28a4bfc79162c";
ref = "main";
};
dontConfigure = true;

View file

@ -3,5 +3,4 @@ final: prev: {
nordvpn-rofi = prev.callPackage ./nordvpn-rofi.nix {};
screenshot = prev.callPackage ./screenshot.nix {};
dotfiles = prev.callPackage ./dotfiles.nix {};
tree-sitter-slang = prev.callPackage ./tree-sitter-slang.nix {};
}

View file

@ -1,10 +0,0 @@
{pkgs, fetchFromGitHub, tree-sitter, ...}: tree-sitter.buildGrammar {
language = "slang";
version = "0.1.0";
src = fetchFromGitHub {
owner = "tree-sitter-grammars";
repo = "tree-sitter-slang";
rev = "5b0adf65710c3a7c265f0451ed6b4789410cbe63";
hash = "sha256-uFU8hdz6APzrc9JUib47cmBd5kSnbSh0CbSqSbEfkoc=";
};
}

View file

@ -130,9 +130,9 @@
energy_performance_preference = "powersave";
turbo = "never";
enable_thresholds = true;
start_threshold = 50;
stop_threshold = 90;
enable_threshholds = true;
start_threshhold = 50;
stop_threshhold = 90;
};
charger = {