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,
|
pkgs,
|
||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
|
imports = [../git/default.nix];
|
||||||
|
programs.git.extraConfig.core.editor = "${config.programs.emacs.finalPackage}/bin/emacsclient -c";
|
||||||
programs.emacs = {
|
programs.emacs = {
|
||||||
# Clone emacs config from https://git.xenia.me.uk/xenia/emacs.git
|
# Clone emacs config from https://git.xenia.me.uk/xenia/emacs.git
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
@ -33,6 +33,9 @@
|
||||||
( :url "https://invidious.private.coffee/"
|
( :url "https://invidious.private.coffee/"
|
||||||
:title "Invidious"
|
:title "Invidious"
|
||||||
:tags ("Home"))
|
:tags ("Home"))
|
||||||
|
( :url "https://nix-community.github.io/home-manager/options.xhtml"
|
||||||
|
:title "NixOS Home Manager Configuration Options"
|
||||||
|
:tags ("Home"))
|
||||||
( :url "https://mynixos.com/"
|
( :url "https://mynixos.com/"
|
||||||
:title "MyNixOS"
|
:title "MyNixOS"
|
||||||
:tags ("Home"))
|
:tags ("Home"))
|
||||||
|
|
Loading…
Reference in a new issue