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