Compare commits
No commits in common. "92bf748a71cb57a1e822eb6497f68ba41f678886" and "28604f4053e9430599079edc30741ea871010aee" have entirely different histories.
92bf748a71
...
28604f4053
3 changed files with 9 additions and 12 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
|
@ -0,0 +1,3 @@
|
|||
[submodule "home/emacs.d"]
|
||||
path = home/emacs.d
|
||||
url = https://github.com/hlissner/doom-emacs
|
||||
17
home/cli.nix
17
home/cli.nix
|
|
@ -48,10 +48,6 @@ in {
|
|||
|
||||
# editing
|
||||
nil # nix language server
|
||||
shellcheck
|
||||
editorconfig-core-c
|
||||
shfmt
|
||||
(aspellWithDicts (dicts: with dicts; [ en en-computers en-science de ]))
|
||||
|
||||
# system tools
|
||||
htop-vim # htop with vim bindings
|
||||
|
|
@ -87,8 +83,6 @@ in {
|
|||
set -g escape-time 0
|
||||
bind-key C-z send-prefix
|
||||
set -g renumber-windows on
|
||||
|
||||
bind-key T swap-window -t 0
|
||||
'';
|
||||
};
|
||||
|
||||
|
|
@ -115,7 +109,9 @@ in {
|
|||
};
|
||||
};
|
||||
|
||||
starship = { enable = true; };
|
||||
starship = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
# better cat
|
||||
bat.enable = true;
|
||||
|
|
@ -129,6 +125,7 @@ in {
|
|||
|
||||
emacs = {
|
||||
enable = true;
|
||||
#package = pkgs.emacs-unstable;
|
||||
extraPackages = epkgs: with epkgs; [ vterm ];
|
||||
};
|
||||
|
||||
|
|
@ -176,11 +173,7 @@ in {
|
|||
defaultCacheTtlSsh = 300;
|
||||
};
|
||||
|
||||
services.emacs = {
|
||||
enable = true;
|
||||
defaultEditor = true;
|
||||
startWithUserSession = true;
|
||||
};
|
||||
services.emacs = { enable = true; };
|
||||
|
||||
home.file.".local" = {
|
||||
recursive = true;
|
||||
|
|
|
|||
1
home/emacs.d
Submodule
1
home/emacs.d
Submodule
|
|
@ -0,0 +1 @@
|
|||
Subproject commit bf8495b4122701fb30cb6cea37281dc8f3bedcd0
|
||||
Loading…
Add table
Add a link
Reference in a new issue