emacs-overlay
nur-expressions | emacs-overlay | |
---|---|---|
4 | 35 | |
- | 511 | |
- | 1.0% | |
- | 10.0 | |
- | 6 days ago | |
Nix | ||
- | - |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
nur-expressions
-
Using home-manager as module. Emacs configuration applies to root but no to user
I do this through a HM module I put together, programs.emacs.init (documentation).
-
FYI: I installed emacs29 with native compilation on android
the module: https://gitlab.com/rycee/nur-expressions/blob/master/hm-modules/emacs-init.nix
-
Can configuration.nix manage GTK themes?
Absolutely, updated now.
emacs-overlay
-
Learning to Like Neovim
I have to say that configuring was always a pain with Emacs. Over the years, I declared "Emacs Config Bankruptcy" a few times and started from scratch. After switching to NixOS, I adopted emacs-overlay that has built-in support for literate programming with Org mode for Emacs configuration. It was bliss.
-
Flakes aren't real and cannot hurt you: using Nix flakes the non-flake way
The project uses this overlay: https://github.com/nix-community/emacs-overlay
What that means is if something is broken in Emacs, the community will fix it, and all I need to do is run `nix flake update` to grab the latest commit and then `nix run .#build-switch` to alter my system. Easy.
Thanks for the heads-up on the 404s! I've fixed those links.
In re: to org-agenda, I don't use that as much anymore. But I heavily, heavily using org-roam w/ org-roam-dailies everyday to build my own networked graph of notes. For tasks, nowadays I just use simple docs for projects and Asana to keep a catalog of everything.
-
NixOS&(Home-Manager) Flake/Overlays Help
Im a newish NixOS user, Ive used it like 20 times before but always quit because I couldnt debug errors, trying not to give up for the 20th time this time lmao; so Ive been trying to learn how to use overlays & flakes for a couple of days now. The ones I want to use/enable are: - Emacs-Overlay - Spicetify-Nix
- My First Impressions of Nix
-
Which package manager should I use?
Nix offers the same advantage through the use of emacs-overlay. Besides, Nixpkgs contains more Linux packages than any other distros. Depending on the user's needs, Nix is another option.
-
It looks like the kellyk Emacs PPA is no longer maintained. Are there any alternatives?
You can use this overlay to get the latest https://github.com/nix-community/emacs-overlay
-
Will any emacs package manager let me audit packages before installing them?
Depending on your goals, emacs-overlay is also worth a look.
-
dired navigation without infinite buffers
{ pkgs ? import {} }: ((import (builtins.fetchTarball { url = "https://github.com/nix-community/emacs-overlay/archive/master.tar.gz"; })) pkgs pkgs).emacsGit
-
Installing Emacs 29 on Pop! OS
One option is to install Nix and use emacs-overlay.
-
How to use Emacs 29 Tree-sitter?
You can install Nix on your mac and use https://github.com/nix-community/emacs-overlay/, which supports all the existing tree-sitter-based major modes OOB.
What are some alternatives?
nix-on-droid - Nix-enabled environment for your Android device.
Home Manager using Nix - Manage a user environment using Nix [maintainer=@rycee]
inkscape
flake-utils - Pure Nix flake utility functions [maintainer=@zimbatm]
nix-config - My personal NixOS config
use-package - A use-package declaration for simplifying your .emacs
nixos-config - Mirror of https://code.balsoft.ru/balsoft/nixos-config
chemacs2 - Emacs version switcher, improved
nix-config - My personal nix config
lsp-mode - Emacs client/library for the Language Server Protocol
termux-packages - A package build system for Termux.
poetry2nix - Convert poetry projects to nix automagically [maintainer=]