mirror of
https://github.com/harivansh-afk/nix.git
synced 2026-04-15 07:04:47 +00:00
ci + lint
This commit is contained in:
parent
d088a98954
commit
66d9b25682
39 changed files with 395 additions and 225 deletions
|
|
@ -2,11 +2,12 @@
|
|||
config,
|
||||
lib,
|
||||
...
|
||||
}: {
|
||||
}:
|
||||
{
|
||||
# Karabiner-Elements destroys file-level symlinks (unlink + rewrite), but
|
||||
# directory-level symlinks survive. Point ~/.config/karabiner at the repo
|
||||
# directory so changes are tracked in git and Karabiner can write freely.
|
||||
home.activation.karabinerConfig = lib.hm.dag.entryAfter ["writeBoundary"] ''
|
||||
home.activation.karabinerConfig = lib.hm.dag.entryAfter [ "writeBoundary" ] ''
|
||||
karabiner_link="${config.home.homeDirectory}/.config/karabiner"
|
||||
karabiner_src="/Users/rathi/Documents/GitHub/nix/config/karabiner"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue