Skip to content

Instantly share code, notes, and snippets.

@minorugh
Created July 10, 2023 12:36
Show Gist options
  • Save minorugh/0e636457612ea5e1e468584791978a7c to your computer and use it in GitHub Desktop.
Save minorugh/0e636457612ea5e1e468584791978a7c to your computer and use it in GitHub Desktop.
nyan-mode
(leaf nyan-mode
:ensure t
:if (display-graphic-p)
:after doom-modeline
:config
(nyan-mode 1)
(nyan-start-animation))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment