mirror of
https://github.com/librephoenix/nixos-config
synced 2025-01-18 22:55:52 +05:30
Adds mini-frame from git
This commit is contained in:
parent
b663ba1f51
commit
51cc2a9572
|
@ -1,5 +1,5 @@
|
||||||
{ config, lib, pkgs-emacs, pkgs-stable, userSettings, systemSettings,
|
{ 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
|
let
|
||||||
themePolarity = lib.removeSuffix "\n" (builtins.readFile (./. + "../../../../themes"+("/"+userSettings.theme)+"/polarity.txt"));
|
themePolarity = lib.removeSuffix "\n" (builtins.readFile (./. + "../../../../themes"+("/"+userSettings.theme)+"/polarity.txt"));
|
||||||
dashboardLogo = ./. + "/nix-" + themePolarity + ".png";
|
dashboardLogo = ./. + "/nix-" + themePolarity + ".png";
|
||||||
|
@ -107,6 +107,10 @@ in
|
||||||
source = "${phscroll}";
|
source = "${phscroll}";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
home.file.".emacs.d/mini-frame" = {
|
||||||
|
source = "${mini-frame}";
|
||||||
|
};
|
||||||
|
|
||||||
home.file.".emacs.d/system-vars.el".text = ''
|
home.file.".emacs.d/system-vars.el".text = ''
|
||||||
;;; ~/.emacs.d/config.el -*- lexical-binding: t; -*-
|
;;; ~/.emacs.d/config.el -*- lexical-binding: t; -*-
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue