Add emacsclient as git core editor
Add nixos home-manager options to nyxt bookmarks
This commit is contained in:
parent
fc76c93caf
commit
3cd4d4e8f7
|
@ -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;
|
||||
|
|
|
@ -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"))
|
||||
|
|
Loading…
Reference in a new issue