Add emacsclient as git core editor

Add nixos home-manager options to nyxt bookmarks
This commit is contained in:
Evie Litherland-Smith 2024-02-06 06:43:01 +00:00
parent fc76c93caf
commit 3cd4d4e8f7
2 changed files with 5 additions and 0 deletions

View file

@ -3,6 +3,8 @@
pkgs,
...
}: {
imports = [../git/default.nix];
programs.git.extraConfig.core.editor = "${config.programs.emacs.finalPackage}/bin/emacsclient -c";
programs.emacs = {
# Clone emacs config from https://git.xenia.me.uk/xenia/emacs.git
enable = true;

View file

@ -33,6 +33,9 @@
( :url "https://invidious.private.coffee/"
:title "Invidious"
:tags ("Home"))
( :url "https://nix-community.github.io/home-manager/options.xhtml"
:title "NixOS Home Manager Configuration Options"
:tags ("Home"))
( :url "https://mynixos.com/"
:title "MyNixOS"
:tags ("Home"))