Skip to content

Commit

Permalink
Add some TODOs
Browse files Browse the repository at this point in the history
  • Loading branch information
sestrella committed Jun 7, 2024
1 parent fa4557c commit 0509d23
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions home/alacritty/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
};
};

# TODO: Call the same script on the alacritty agent
home.activation.alacrittyTheme = lib.hm.dag.entryAfter [ "writeBoundary" ] ''
theme() {
local style=$(/usr/bin/defaults read -g AppleInterfaceStyle 2> /dev/null || echo "Light")
Expand All @@ -27,6 +28,7 @@
ln -sf "$(theme)" ~/.config/alacritty/theme.yml
'';

# TODO: Install dark-notify via nix
launchd.agents.alacritty.enable = true;
launchd.agents.alacritty.config = {
ProgramArguments =
Expand Down

0 comments on commit 0509d23

Please sign in to comment.