Emacs and inputs updated

- Added org-roam in Emacs
- Flake inputs updated
- Other little modifications
This commit is contained in:
Andrea Ciceri 2021-10-14 01:22:57 +02:00
parent 317e50ef9f
commit 9237779561
No known key found for this signature in database
GPG key ID: A1FC89532D1C5654
3 changed files with 8 additions and 15 deletions

View file

@ -12,18 +12,12 @@
};
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";
@ -36,5 +30,4 @@
}
)
];
>>>>>>> 651ab71 (Emacs and inputs updated)
}