This commit is contained in:
Philipp Hochkamp 2022-10-06 15:53:33 +02:00
parent 14af1ab2bf
commit f03fe0e542
2 changed files with 19 additions and 0 deletions

View file

@ -29,6 +29,7 @@ in
"lens"
"logseq"
"discord"
"finicky"
"vlc"
"parsec"
"element"
@ -61,6 +62,7 @@ in
pkgs.substituteAll {
src = ./hammerspoon.lua; inherit myEmacs;
};
home.file.".finicky.js".source = ./finicky.js;
programs.home-manager.enable = true;
home.stateVersion = "21.11";