mirror of
https://github.com/librephoenix/nixos-config
synced 2025-10-18 17:44:06 +05:30
(Finally) Fixed problems with line wrapping and lsp!
This commit is contained in:
parent
0893a4e483
commit
4e4ba6a0a3
3 changed files with 34 additions and 31 deletions
|
@ -71,6 +71,7 @@ in {
|
|||
nil
|
||||
];
|
||||
home.file.".config/emacs/init.el".source = ./init.el;
|
||||
home.file.".config/emacs/lib".source = ./lib;
|
||||
home.file.".config/emacs/themes/doom-stylix-theme.el".source = config.lib.stylix.colors {
|
||||
template = builtins.readFile ./lib/doom-stylix-theme.el.mustache;
|
||||
extension = ".el";
|
||||
|
@ -89,7 +90,7 @@ in {
|
|||
(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