should work now
This commit is contained in:
parent
ef9fb6ba82
commit
9a5ca06a10
1 changed files with 5 additions and 5 deletions
|
@ -42,11 +42,11 @@ in {
|
||||||
# direnv
|
# direnv
|
||||||
direnv
|
direnv
|
||||||
];
|
];
|
||||||
home-manager.users.sako.home.file.".emacs.d" = {
|
# home-manager.users.sako.home.file.".emacs.d" = {
|
||||||
enable = true;
|
# enable = true;
|
||||||
source = ../../../../config/emacs;
|
# source = ../../../../config/emacs;
|
||||||
recursive = true;
|
# recursive = true;
|
||||||
};
|
# };
|
||||||
fonts.packages = with pkgs; [
|
fonts.packages = with pkgs; [
|
||||||
(nerdfonts.override {fonts = ["JetBrainsMono"];})
|
(nerdfonts.override {fonts = ["JetBrainsMono"];})
|
||||||
jetbrains-mono
|
jetbrains-mono
|
||||||
|
|
Loading…
Reference in a new issue