mirror of
https://github.com/srid/nixos-config.git
synced 2025-12-30 01:24:57 +08:00
emacs sqlit
This commit is contained in:
parent
d83cd6b142
commit
bc028bcbab
2 changed files with 8 additions and 1 deletions
0
config/init.el
Normal file
0
config/init.el
Normal file
9
home.nix
9
home.nix
|
|
@ -16,7 +16,12 @@ rec {
|
|||
git-crypt
|
||||
|
||||
# https://github.com/nix-community/emacs-overlay
|
||||
emacsPgtkGcc
|
||||
(emacsWithPackagesFromUsePackage {
|
||||
package = emacsPgtkGcc;
|
||||
extraEmacsPackages = epkgs: [
|
||||
epkgs.emacs-sqlite3
|
||||
];
|
||||
})
|
||||
|
||||
cachix
|
||||
tig
|
||||
|
|
@ -45,6 +50,8 @@ rec {
|
|||
|
||||
tmux = import ./home/tmux.nix;
|
||||
|
||||
# Leaving this disabled, as it doesn't look like nix-doom-emacs is being
|
||||
# maintained or kept up to date anymore.
|
||||
doom-emacs = {
|
||||
enable = false;
|
||||
doomPrivateDir = ./config/doom.d;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue