mirror of
https://github.com/librephoenix/nixos-config
synced 2025-07-06 06:52:13 +05:30
Setup nix logo for doom dashboard
This commit is contained in:
parent
9c53947930
commit
d2fdccd8e7
4 changed files with 8 additions and 5 deletions
|
@ -1,5 +1,7 @@
|
|||
{ config, lib, pkgs, eaf, eaf-browser, org-nursery, ... }:
|
||||
|
||||
{ config, lib, pkgs, eaf, eaf-browser, org-nursery, myThemePolarity, ... }:
|
||||
let
|
||||
myDashboardLogo = ./. + "/nix-" + myThemePolarity + ".png";
|
||||
in
|
||||
{
|
||||
programs.doom-emacs = {
|
||||
enable = true;
|
||||
|
@ -42,4 +44,5 @@
|
|||
home.file.".emacs.d/org-nursery" = {
|
||||
source = "${org-nursery}";
|
||||
};
|
||||
home.file.".emacs.d/dashboard-logo.png".source = myDashboardLogo;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue