Skip to content

Commit

Permalink
feat(emacs): add catppuccin-theme
Browse files Browse the repository at this point in the history
  • Loading branch information
gekoke committed Aug 27, 2024
1 parent 774bf68 commit 4ff70c9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions modules/nixos/programs/emacs/init.el
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,9 @@
(use-package apropospriate-theme)
(use-package adwaita-dark-theme :ensure nil)
(use-package gruvbox-theme)
(use-package catppuccin-theme
:custom
(catppuccin-flavor 'mocha))

(use-package remember-last-theme
:config
Expand Down

0 comments on commit 4ff70c9

Please sign in to comment.