chore: autoformat
This commit is contained in:
parent
337ee6db4a
commit
be381d1ebd
18 changed files with 158 additions and 116 deletions
|
|
@ -1,4 +1,9 @@
|
|||
{ pkgs, lib, config, ... }:
|
||||
{
|
||||
pkgs,
|
||||
lib,
|
||||
config,
|
||||
...
|
||||
}:
|
||||
|
||||
{
|
||||
programs.emacs = {
|
||||
|
|
@ -19,7 +24,7 @@
|
|||
sbcl
|
||||
];
|
||||
|
||||
home.activation.linkDoomConfig = lib.hm.dag.entryAfter ["writeBoundary"] ''
|
||||
home.activation.linkDoomConfig = lib.hm.dag.entryAfter [ "writeBoundary" ] ''
|
||||
if [ ! -e "${config.home.homeDirectory}/.config/doom" ]; then
|
||||
$DRY_RUN_CMD mkdir -p "${config.home.homeDirectory}/.config"
|
||||
$DRY_RUN_CMD ln -sfn "/home/thiago/.config/nix-conf/home-manager/emacs/doom" "${config.home.homeDirectory}/.config/doom"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue