take the dashboard too please
This commit is contained in:
parent
ee5576b8b7
commit
233256bdf8
1 changed files with 2 additions and 3 deletions
|
@ -36,10 +36,9 @@ in {
|
|||
# direnv
|
||||
direnv
|
||||
];
|
||||
home-manager.users.sako.home.file.".emacs.d" = {
|
||||
home-manager.users.sako.home.file.".emacs.d"."dashboard.png" = {
|
||||
enable = true;
|
||||
source = ../../../../config/emacs;
|
||||
recursive = true;
|
||||
source = ../../../../config/emacs/dashboard.png;
|
||||
};
|
||||
fonts.packages = with pkgs; [
|
||||
(nerdfonts.override {fonts = ["JetBrainsMono"];})
|
||||
|
|
Loading…
Reference in a new issue