mirror of
https://github.com/librephoenix/nixos-config
synced 2025-10-18 17:44:06 +05:30
Various fixes and updates
This commit is contained in:
parent
d510889f2e
commit
ca02e3c1b4
4 changed files with 33 additions and 29 deletions
|
@ -76,7 +76,19 @@ in {
|
|||
extension = ".el";
|
||||
};
|
||||
home.file.".config/emacs/sysvars.el".text = ''
|
||||
(setq systemOpacity ${builtins.toString config.userSettings.emacs.opacity})
|
||||
;;; sysvars.el --- imported variables from nixos config -*- lexical-binding: t; no-byte-compile: t; -*-
|
||||
;;
|
||||
;; Author: Emmet K <https://gitlab.com/librephoenix>
|
||||
;; Maintainer: Emmet K <https://gitlab.com/librephoenix>
|
||||
;;
|
||||
;;; Commentary:
|
||||
;;
|
||||
;; Emacs variables imported from my NixOS config.
|
||||
;;
|
||||
;;; Code:
|
||||
(setq systemOpacity ${builtins.toString config.userSettings.emacs.opacity})
|
||||
|
||||
;;; sysvars.el ends here
|
||||
'';
|
||||
wayland.windowManager.hyprland.settings.exec-once = lib.optionals config.wayland.windowManager.hyprland.enable [ "emacs --daemon" ];
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue