Emacs and inputs updated
- Added org-roam in Emacs - Flake inputs updated - Other little modifications
This commit is contained in:
parent
3f39ace857
commit
317e50ef9f
13 changed files with 167 additions and 119 deletions
|
@ -12,9 +12,29 @@
|
|||
};
|
||||
|
||||
home.packages = with pkgs; [
|
||||
<<<<<<< HEAD
|
||||
=======
|
||||
python-language-server
|
||||
python
|
||||
>>>>>>> 651ab71 (Emacs and inputs updated)
|
||||
fd
|
||||
ag
|
||||
nixpkgs-fmt
|
||||
rnix-lsp
|
||||
<<<<<<< HEAD
|
||||
] ++ (if config.network.hostname != "mbp" then python-language-server else [ ]);
|
||||
=======
|
||||
(
|
||||
makeDesktopItem {
|
||||
name = "org-protocol";
|
||||
exec = "emacs %u";
|
||||
#exec = "emacsclient %u";
|
||||
comment = "Org protocol";
|
||||
desktopName = "org-protocol";
|
||||
type = "Application";
|
||||
mimeType = "x-scheme-handler/org-protocol";
|
||||
}
|
||||
)
|
||||
];
|
||||
>>>>>>> 651ab71 (Emacs and inputs updated)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue