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
|
||||
];
|
||||
home-manager.users.sako.home.file.".emacs.d" = {
|
||||
enable = true;
|
||||
source = ../../../../config/emacs;
|
||||
recursive = true;
|
||||
};
|
||||
# home-manager.users.sako.home.file.".emacs.d" = {
|
||||
# enable = true;
|
||||
# source = ../../../../config/emacs;
|
||||
# recursive = true;
|
||||
# };
|
||||
fonts.packages = with pkgs; [
|
||||
(nerdfonts.override {fonts = ["JetBrainsMono"];})
|
||||
jetbrains-mono
|
||||
|
|
Loading…
Reference in a new issue