Adds mini-frame from git

This commit is contained in:
Emmet 2024-04-01 21:09:55 -05:00
parent b663ba1f51
commit 51cc2a9572

View file

@ -1,5 +1,5 @@
{ config, lib, pkgs-emacs, pkgs-stable, userSettings, systemSettings,
org-nursery, org-yaap, org-side-tree, org-timeblock, phscroll, ... }:
org-nursery, org-yaap, org-side-tree, org-timeblock, phscroll, mini-frame, ... }:
let
themePolarity = lib.removeSuffix "\n" (builtins.readFile (./. + "../../../../themes"+("/"+userSettings.theme)+"/polarity.txt"));
dashboardLogo = ./. + "/nix-" + themePolarity + ".png";
@ -107,6 +107,10 @@ in
source = "${phscroll}";
};
home.file.".emacs.d/mini-frame" = {
source = "${mini-frame}";
};
home.file.".emacs.d/system-vars.el".text = ''
;;; ~/.emacs.d/config.el -*- lexical-binding: t; -*-