@ -526,14 +527,30 @@ TODO: Raspberry Pi Zero/Zero WH
#+NAME: host-zero-one
#+NAME: host-zero-one
#+BEGIN_SRC nix
#+BEGIN_SRC nix
# TODO: Zero-One
zero-one = nixpkgs.lib.nixosSystem {
system = "armv7l-linux";
specialArgs = { inherit inputs; };
modules = [
./hosts/zero-one
./modules/flakes.nix
./modules/cachix.nix
];
};
#+END_SRC
#+END_SRC
** TODO Zero-Two
** TODO Zero-Two
#+NAME: host-zero-two
#+NAME: host-zero-two
#+BEGIN_SRC nix
#+BEGIN_SRC nix
# TODO: Zero-One
zero-two = nixpkgs.lib.nixosSystem {
system = "armv7l-linux";
specialArgs = { inherit inputs; };
modules = [
./hosts/zero-one
./modules/flakes.nix
./modules/cachix.nix
];
};
#+END_SRC
#+END_SRC
* Development Shells
* Development Shells
@ -781,6 +798,26 @@ Firefox Browser[fn:27], also known as Mozilla Firefox or simply Firefox, is a fr
}
}
#+END_SRC
#+END_SRC
** Jellyfin
#+NAME: module-jellyfin
#+BEGIN_SRC nix
./modules/jellyfin.nix
#+END_SRC
Jellyfin[fn:28] is a suite of multimedia applications designed to organize, manage, and share digital media files to networked devices. It consists of a server application installed on a machine, and another application running as a client on devices such as Smartphones, Tablets, SmartTVs, Streaming Media Players, Game Consoles, or in a Web Browser. It can also serve media to DLNA and Chromecast enabled devices. It's free and open-source software fork of Emby.
@ -788,7 +825,7 @@ Firefox Browser[fn:27], also known as Mozilla Firefox or simply Firefox, is a fr
./modules/moonlight.nix
./modules/moonlight.nix
#+END_SRC
#+END_SRC
Moonlight[fn:28] is an open-source implementation of NVIDIA's GameStream Protocol. You can stream your collection of PC games from your GameStream-compatible PC to any supported device and play them remotely. Moonlight[fn:28] is perfect for gaming on the go (or on GNU/Linux[fn:1]) without sacrificing the graphics and game selection available for the PC.
Moonlight[fn:29] is an open-source implementation of NVIDIA's GameStream Protocol. You can stream your collection of PC games from your GameStream-compatible PC to any supported device and play them remotely. Moonlight[fn:29] is perfect for gaming on the go (or on GNU/Linux[fn:1]) without sacrificing the graphics and game selection available for the PC.
@ -808,7 +845,7 @@ Moonlight[fn:28] is an open-source implementation of NVIDIA's GameStream Protoco
./modules/teamviewer.nix
./modules/teamviewer.nix
#+END_SRC
#+END_SRC
The Teamviewer[fn:29] remote connectivity cloud platform enables secure remote access to any device, across platforms, from anywhere, anytime. Teamviewer[fn:29] connects computers, smartphones, servers, IoT devices, robots -- anything -- with fast, high performance connections through their global access network. It has been used in outer-space low-bandwidth environments.
The Teamviewer[fn:30] remote connectivity cloud platform enables secure remote access to any device, across platforms, from anywhere, anytime. Teamviewer[fn:30] connects computers, smartphones, servers, IoT devices, robots -- anything -- with fast, high performance connections through their global access network. It has been used in outer-space low-bandwidth environments.
Git[fn:30] is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency. Git is easy to learn, has a tiny footprint, and lighting fast performance. It outclasses every other version control tool such as: SCM, Subversion, CVS, ClearCase, with features like cheap local branching, convinient staging areas, and multiple workflows.
Git[fn:31] is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency. Git is easy to learn, has a tiny footprint, and lighting fast performance. It outclasses every other version control tool such as: SCM, Subversion, CVS, ClearCase, with features like cheap local branching, convinient staging areas, and multiple workflows.
@ -879,7 +916,7 @@ Git[fn:30] is a free and open source distributed version control system designed
./modules/gpg.nix
./modules/gpg.nix
#+END_SRC
#+END_SRC
GNU Privacy Guard[fn:31] is a free-software replacement for Symantec's PGP cryptographic software suite. It is compliant with RFC 4880, the IETF standards-track specification of OpenPGP. Modern versions of PGP are interoperable with GnuPG and other OpenPGP-compliant systems.
GNU Privacy Guard[fn:32] is a free-software replacement for Symantec's PGP cryptographic software suite. It is compliant with RFC 4880, the IETF standards-track specification of OpenPGP. Modern versions of PGP are interoperable with GnuPG and other OpenPGP-compliant systems.
@ -902,7 +939,7 @@ GNU Privacy Guard[fn:31] is a free-software replacement for Symantec's PGP crypt
./modules/vim.nix
./modules/vim.nix
#+END_SRC
#+END_SRC
Neovim[fn:32] is a project that seeks to aggressively refactor Vim in order to:
Neovim[fn:33] is a project that seeks to aggressively refactor Vim in order to:
+ Simplify maintenance and encourage contributions
+ Simplify maintenance and encourage contributions
+ Split the work between multiple developers
+ Split the work between multiple developers
@ -942,7 +979,7 @@ Neovim[fn:32] is a project that seeks to aggressively refactor Vim in order to:
./modules/gtk.nix
./modules/gtk.nix
#+END_SRC
#+END_SRC
GTK[fn:33] is a free and open-source, cross-platform widget toolkit for graphical user interfaces. It's one of the most popular toolkits for the Wayland[fn:24] and X11[fn:23] windowing systems.
GTK[fn:34] is a free and open-source, cross-platform widget toolkit for graphical user interfaces. It's one of the most popular toolkits for the Wayland[fn:24] and X11[fn:23] windowing systems.
@ -982,7 +1019,7 @@ GTK[fn:33] is a free and open-source, cross-platform widget toolkit for graphica
./modules/emacs.nix
./modules/emacs.nix
#+END_SRC
#+END_SRC
GNU/Emacs[fn:2] is an extensible, customizable, free/libre text editor -- and more. At its core is an interpreter for Emacs Lisp[fn:31], a dialect of the Lisp programming language with extensions to support text editing. Other features include:
GNU/Emacs[fn:2] is an extensible, customizable, free/libre text editor -- and more. At its core is an interpreter for Emacs Lisp[fn:32], a dialect of the Lisp programming language with extensions to support text editing. Other features include:
+ Highly customizable
+ Highly customizable
+ Full Unicopde support
+ Full Unicopde support
@ -1192,7 +1229,7 @@ Define some methods for interaction between GNU/Emacs[fn:2], and the systems und
pkgs.nixfmt
pkgs.nixfmt
#+END_SRC
#+END_SRC
Nix-mode[fn:34] is an Emacs[fn:2] major mode for editing Nix[fn:5] expressions. This provides basic handling of =.nix= files. Syntax highlighting and indentation support using =SMIE= are provided.
Nix-mode[fn:35] is an Emacs[fn:2] major mode for editing Nix[fn:5] expressions. This provides basic handling of =.nix= files. Syntax highlighting and indentation support using =SMIE= are provided.
#+NAME: emacs-nix-mode-package
#+NAME: emacs-nix-mode-package
#+BEGIN_SRC nix
#+BEGIN_SRC nix
@ -1201,7 +1238,7 @@ epkgs.nix-mode
** Evil Mode
** Evil Mode
Evil[fn:13] is an extensible VI layer for GNU/Emacs[fn:2]. It emulates the main features of Vim[fn:32], turning GNU/Emacs[fn:2] into a modal editor.
Evil[fn:13] is an extensible VI layer for GNU/Emacs[fn:2]. It emulates the main features of Vim[fn:33], turning GNU/Emacs[fn:2] into a modal editor.
#+NAME: emacs-evil-package
#+NAME: emacs-evil-package
#+BEGIN_SRC nix
#+BEGIN_SRC nix
@ -1211,7 +1248,7 @@ epkgs.evil-surround
epkgs.evil-nerd-commenter
epkgs.evil-nerd-commenter
#+END_SRC
#+END_SRC
The next time Emacs[fn:2] is started, it will come up in /normal state/, denoted by =<N>= in the modeline. This is where the main ~vi~ bindings are defined. Like Emacs[fn:2] in general, Evil[fn:13] is extensible in Emacs Lisp[fn:31].
The next time Emacs[fn:2] is started, it will come up in /normal state/, denoted by =<N>= in the modeline. This is where the main ~vi~ bindings are defined. Like Emacs[fn:2] in general, Evil[fn:13] is extensible in Emacs Lisp[fn:32].
#+NAME: emacs-evil-elisp
#+NAME: emacs-evil-elisp
#+BEGIN_SRC emacs-lisp
#+BEGIN_SRC emacs-lisp
@ -1321,7 +1358,7 @@ home.file.".xinitrc" = {
epkgs.general
epkgs.general
#+END_SRC
#+END_SRC
General[fn:35] provides a more convenient method for binding keys in Emacs[fn:2], providing a unified interface for key definitions. Its primary purpose is to build on /existing/ functionality to make key definitions more clear and concise.
General[fn:36] provides a more convenient method for binding keys in Emacs[fn:2], providing a unified interface for key definitions. Its primary purpose is to build on /existing/ functionality to make key definitions more clear and concise.
#+NAME: emacs-general-elisp
#+NAME: emacs-general-elisp
#+BEGIN_SRC emacs-lisp
#+BEGIN_SRC emacs-lisp
@ -1373,7 +1410,7 @@ General[fn:35] provides a more convenient method for binding keys in Emacs[fn:2]
** Which Key
** Which Key
Which-key[fn:36] is a minor mode for Emacs[fn:2] that displays the key bindings following your currently entered incomplete command (prefix) in a popup or mini-buffer.
Which-key[fn:37] is a minor mode for Emacs[fn:2] that displays the key bindings following your currently entered incomplete command (prefix) in a popup or mini-buffer.
#+NAME: emacs-which-key-package
#+NAME: emacs-which-key-package
#+BEGIN_SRC nix
#+BEGIN_SRC nix
@ -1390,7 +1427,7 @@ epkgs.which-key
** EWW
** EWW
The Emacs Web Wowser[fn:37] is a Web browser written in Emacs Lisp[fn:31] based on the ~shr.el~ library. It's my primary browser when it comes to text-based browsing.
The Emacs Web Wowser[fn:38] is a Web browser written in Emacs Lisp[fn:32] based on the ~shr.el~ library. It's my primary browser when it comes to text-based browsing.
+ Use ~eww~ as the default browser
+ Use ~eww~ as the default browser
+ Don't use any special fonts or colours
+ Don't use any special fonts or colours
@ -1412,7 +1449,7 @@ The Emacs Web Wowser[fn:37] is a Web browser written in Emacs Lisp[fn:31] based
epkgs.dired-single
epkgs.dired-single
#+END_SRC
#+END_SRC
Dired[fn:38] shows a directory listing inside of an Emacs[fn:2] buffer that can be used to perform various file operations on files and subdirectories. THe operations you can perform are numerous, from creating subdirectories, byte-compiling files, searching, and editing files. Dired-Extra[fn:39] provides extra functionality for Dired[fn:38].
Dired[fn:39] shows a directory listing inside of an Emacs[fn:2] buffer that can be used to perform various file operations on files and subdirectories. THe operations you can perform are numerous, from creating subdirectories, byte-compiling files, searching, and editing files. Dired-Extra[fn:40] provides extra functionality for Dired[fn:39].
#+NAME: emacs-dired-elisp
#+NAME: emacs-dired-elisp
#+BEGIN_SRC emacs-lisp
#+BEGIN_SRC emacs-lisp
@ -1439,7 +1476,7 @@ epkgs.all-the-icons
epkgs.all-the-icons-dired
epkgs.all-the-icons-dired
#+END_SRC
#+END_SRC
All The Icons[fn:40] is a utility package to collect various Icon Fonts and prioritize them within GNU/Emacs[fn:2].
All The Icons[fn:41] is a utility package to collect various Icon Fonts and prioritize them within GNU/Emacs[fn:2].
#+NAME: emacs-icons-elisp
#+NAME: emacs-icons-elisp
#+BEGIN_SRC emacs-lisp
#+BEGIN_SRC emacs-lisp
@ -1457,7 +1494,7 @@ All The Icons[fn:40] is a utility package to collect various Icon Fonts and prio
epkgs.emojify
epkgs.emojify
#+END_SRC
#+END_SRC
Emojify[fn:41] is an Emacs[fn:2] extension to display Emojis. It can display GitHub style Emojis like :smile: or plain ascii ones such as :). It tries to be as efficient as possible, while also providing flexibility.
Emojify[fn:42] is an Emacs[fn:2] extension to display Emojis. It can display GitHub style Emojis like :smile: or plain ascii ones such as :). It tries to be as efficient as possible, while also providing flexibility.
#+NAME: emacs-emoji-elisp
#+NAME: emacs-emoji-elisp
#+BEGIN_SRC emacs-lisp
#+BEGIN_SRC emacs-lisp
@ -1472,7 +1509,7 @@ Emojify[fn:41] is an Emacs[fn:2] extension to display Emojis. It can display Git
epkgs.eshell-prompt-extras
epkgs.eshell-prompt-extras
#+END_SRC
#+END_SRC
EShell [fn:42] is a shell-like command interpreter for GNU/Emacs[fn:2] implemented in Emacs Lisp[fn:31]. It invokes no external processes except for those requested by the user. It's intended to be an alternative for IELM, and a full REPL envionment for Emacs[fn:2].
EShell [fn:43] is a shell-like command interpreter for GNU/Emacs[fn:2] implemented in Emacs Lisp[fn:32]. It invokes no external processes except for those requested by the user. It's intended to be an alternative for IELM, and a full REPL envionment for Emacs[fn:2].
#+NAME: emacs-eshell-elisp
#+NAME: emacs-eshell-elisp
#+BEGIN_SRC emacs-lisp
#+BEGIN_SRC emacs-lisp
@ -1491,7 +1528,7 @@ EShell [fn:42] is a shell-like command interpreter for GNU/Emacs[fn:2] implement
** VTerm
** VTerm
Emacs Libvterm (VTerm)[fn:43] is a fully-fledged terminal emulator inside GNU/Emacs[fn:2] based on Libvterm[fn:44], a blazing fast C library used in Neovim[fn:32]. As a result of using compiled code (instead of Emacs Lisp[fn:31]), VTerm[fn:43] is capable, fast, and it can seamlessly handle large outputs.
Emacs Libvterm (VTerm)[fn:44] is a fully-fledged terminal emulator inside GNU/Emacs[fn:2] based on Libvterm[fn:45], a blazing fast C library used in Neovim[fn:33]. As a result of using compiled code (instead of Emacs Lisp[fn:32]), VTerm[fn:44] is capable, fast, and it can seamlessly handle large outputs.
#+NAME: emacs-vterm-package
#+NAME: emacs-vterm-package
#+BEGIN_SRC nix
#+BEGIN_SRC nix
@ -1507,7 +1544,7 @@ epkgs.vterm
** Magit
** Magit
Magit[fn:45] is an interface to the Git[fn:30] version control system, implemented as a GNU/Emacs[fn:2] package written in Elisp[fn:31]. It fills the glaring gap between the Git[fn:30] command line interface and various GUIs, letting you perform trivial as well as elaborate version control tasks within a few mnemonic key presses.
Magit[fn:46] is an interface to the Git[fn:31] version control system, implemented as a GNU/Emacs[fn:2] package written in Elisp[fn:32]. It fills the glaring gap between the Git[fn:31] command line interface and various GUIs, letting you perform trivial as well as elaborate version control tasks within a few mnemonic key presses.
#+NAME: emacs-magit-package
#+NAME: emacs-magit-package
#+BEGIN_SRC nix
#+BEGIN_SRC nix
@ -1570,7 +1607,7 @@ epkgs.hydra
epkgs.elfeed
epkgs.elfeed
#+END_SRC
#+END_SRC
Elfeed[fn:46] is an extensible web feed reader for GNU/Emacs[fn:2], support both =Atom= and =RSS=. It requires =Emacs 24.3+= and is available for download from the standard repositories.
Elfeed[fn:47] is an extensible web feed reader for GNU/Emacs[fn:2], support both =Atom= and =RSS=. It requires =Emacs 24.3+= and is available for download from the standard repositories.
| Key | Command |
| Key | Command |
|-----+---------|
|-----+---------|
@ -1601,7 +1638,7 @@ Elfeed[fn:46] is an extensible web feed reader for GNU/Emacs[fn:2], support both
epkgs.org
epkgs.org
#+END_SRC
#+END_SRC
Org-mode[fn:47] is a document editing and organizing mode, designed for notes, planning, and authoring within the free software text editor GNU/Emacs[fn:2]. The name is used to encompass plain text files (such as this one) that include simple marks to indicate levels of a hierarchy, and an editor with functions that can read the markup and manipulate the hierarchy elements.
Org-mode[fn:48] is a document editing and organizing mode, designed for notes, planning, and authoring within the free software text editor GNU/Emacs[fn:2]. The name is used to encompass plain text files (such as this one) that include simple marks to indicate levels of a hierarchy, and an editor with functions that can read the markup and manipulate the hierarchy elements.
#+NAME: emacs-org-elisp
#+NAME: emacs-org-elisp
#+BEGIN_SRC emacs-lisp
#+BEGIN_SRC emacs-lisp
@ -1641,7 +1678,7 @@ epkgs.org-roam
epkgs.org-roam-server
epkgs.org-roam-server
#+END_SRC
#+END_SRC
Org Roam[fn:48] is a plain-text knowledge management system. It borrows principles from the Zettelkasten method[fn:49], providing a solution for non-hierarchical note-taking. It should also work as a plug-and-play solution for anyone already using Org Mode[fn:47] for their personal wiki (me). Org Roam Server[fn:50] is a Web application to visualize the Org Roam[fn:48] database. Although it should automatically reload if there's a change in the database, it can be done so manually by clicking the =reload= button on the Web interface.
Org Roam[fn:49] is a plain-text knowledge management system. It borrows principles from the Zettelkasten method[fn:50], providing a solution for non-hierarchical note-taking. It should also work as a plug-and-play solution for anyone already using Org Mode[fn:48] for their personal wiki (me). Org Roam Server[fn:51] is a Web application to visualize the Org Roam[fn:49] database. Although it should automatically reload if there's a change in the database, it can be done so manually by clicking the =reload= button on the Web interface.
#+NAME: emacs-org-roam-elisp
#+NAME: emacs-org-roam-elisp
#+BEGIN_SRC emacs-lisp
#+BEGIN_SRC emacs-lisp
@ -1751,7 +1788,7 @@ Org Roam[fn:48] is a plain-text knowledge management system. It borrows principl
epkgs.org-drill
epkgs.org-drill
#+END_SRC
#+END_SRC
Org Drill[fn:51] is an extension for Org Mode[fn:47] that uses a spaced repition algorithm to conduct interactive /Drill Sessions/ using Org files as sources of facts to be memorized.
Org Drill[fn:52] is an extension for Org Mode[fn:48] that uses a spaced repition algorithm to conduct interactive /Drill Sessions/ using Org files as sources of facts to be memorized.
#+NAME: emacs-org-drill-elisp
#+NAME: emacs-org-drill-elisp
#+BEGIN_SRC emacs-lisp
#+BEGIN_SRC emacs-lisp
@ -1765,7 +1802,7 @@ Org Drill[fn:51] is an extension for Org Mode[fn:47] that uses a spaced repition
** Org Agenda
** Org Agenda
The way Org Mode[fn:47] works, TODO items, time-stamped items, and tagged headlines can be scattered throughout a file, or even a number of files. To get an overview of open action items, or of events that are important for a particular date, this information must be collected, sorted, and displayed in an organized way.
The way Org Mode[fn:48] works, TODO items, time-stamped items, and tagged headlines can be scattered throughout a file, or even a number of files. To get an overview of open action items, or of events that are important for a particular date, this information must be collected, sorted, and displayed in an organized way.
#+NAME: emacs-org-agenda-elisp
#+NAME: emacs-org-agenda-elisp
#+BEGIN_SRC emacs-lisp
#+BEGIN_SRC emacs-lisp
@ -1797,7 +1834,7 @@ The way Org Mode[fn:47] works, TODO items, time-stamped items, and tagged headli
epkgs.org-pomodoro
epkgs.org-pomodoro
#+END_SRC
#+END_SRC
Org Pomodoro[fn:52] adds basic support for the Pomodoro Technique[fn:53] in GNU/Emacs[fn:2]. It can be started for the task at point, or the last task time was clocked for. Each session starts a timer of 25 minutes, finishing with a break of 5 minutes. After 4 sessions, ther will be a break of 20 minutes. All values are customizable.
Org Pomodoro[fn:53] adds basic support for the Pomodoro Technique[fn:54] in GNU/Emacs[fn:2]. It can be started for the task at point, or the last task time was clocked for. Each session starts a timer of 25 minutes, finishing with a break of 5 minutes. After 4 sessions, ther will be a break of 20 minutes. All values are customizable.
#+NAME: emacs-pomodoro-elisp
#+NAME: emacs-pomodoro-elisp
#+BEGIN_SRC emacs-lisp
#+BEGIN_SRC emacs-lisp
@ -1817,7 +1854,7 @@ Org Pomodoro[fn:52] adds basic support for the Pomodoro Technique[fn:53] in GNU/
epkgs.writegood-mode
epkgs.writegood-mode
#+END_SRC
#+END_SRC
Writegood Mode[fn:54] is an Emacs[fn:2] minor mode to aid in finding common writing problems. It highlights the text based on the following criteria:
Writegood Mode[fn:55] is an Emacs[fn:2] minor mode to aid in finding common writing problems. It highlights the text based on the following criteria:
+ Weasel Words
+ Weasel Words
+ Passive Voice
+ Passive Voice
@ -1840,7 +1877,7 @@ pkgs.aspellDicts.en-science
pkgs.aspellDicts.en-computers
pkgs.aspellDicts.en-computers
#+END_SRC
#+END_SRC
GNU Aspell[fn:55] is a Free and Open Source spell checker designed to replace ISpell. It can be used as a library, or an independent spell checker. Its main feature is that it does a superior job of suggesting possible replacements for mis-spelled words than any other spell checker for the English language.
GNU Aspell[fn:56] is a Free and Open Source spell checker designed to replace ISpell. It can be used as a library, or an independent spell checker. Its main feature is that it does a superior job of suggesting possible replacements for mis-spelled words than any other spell checker for the English language.
#+NAME: emacs-aspell-elisp
#+NAME: emacs-aspell-elisp
#+BEGIN_SRC emacs-lisp
#+BEGIN_SRC emacs-lisp
@ -1860,14 +1897,14 @@ GNU Aspell[fn:55] is a Free and Open Source spell checker designed to replace IS
pkgs.hugo
pkgs.hugo
#+END_SRC
#+END_SRC
Hugo[fn:56] is one of the most popular open-source static site generators.
Hugo[fn:57] is one of the most popular open-source static site generators.
#+NAME: emacs-hugo-package
#+NAME: emacs-hugo-package
#+BEGIN_SRC nix
#+BEGIN_SRC nix
epkgs.ox-hugo
epkgs.ox-hugo
#+END_SRC
#+END_SRC
Ox-Hugo[fn:57] is an Org-Mode[fn:47] exporter for Hugo[fn:56] compabile markdown. I post nonsense on my Personal Blog[fn:58], and share my notes on various textbooks, articles, and software Here[fn:59].
Ox-Hugo[fn:58] is an Org-Mode[fn:48] exporter for Hugo[fn:57] compabile markdown. I post nonsense on my Personal Blog[fn:59], and share my notes on various textbooks, articles, and software Here[fn:60].
#+NAME: emacs-hugo-elisp
#+NAME: emacs-hugo-elisp
#+BEGIN_SRC emacs-lisp
#+BEGIN_SRC emacs-lisp
@ -1927,7 +1964,7 @@ Ox-Hugo[fn:57] is an Org-Mode[fn:47] exporter for Hugo[fn:56] compabile markdown
epkgs.ox-reveal
epkgs.ox-reveal
#+END_SRC
#+END_SRC
Reveal.js[fn:60] is an open source HTML presentation framework. It enables anyone with a web browser to create fully-featured and beautiful presentations for free. Presentations with Reveal.js[fn:60] are built on open web technologies. That means anything you can do on the web, you can do in your presentation. Ox Reveal[fn:61] is an Org Mode[fn:47] export backend.
Reveal.js[fn:61] is an open source HTML presentation framework. It enables anyone with a web browser to create fully-featured and beautiful presentations for free. Presentations with Reveal.js[fn:61] are built on open web technologies. That means anything you can do on the web, you can do in your presentation. Ox Reveal[fn:62] is an Org Mode[fn:48] export backend.
#+NAME: emacs-reveal-elisp
#+NAME: emacs-reveal-elisp
#+BEGIN_SRC emacs-lisp
#+BEGIN_SRC emacs-lisp
@ -1967,7 +2004,7 @@ Reveal.js[fn:60] is an open source HTML presentation framework. It enables anyon
pkgs.pass
pkgs.pass
#+END_SRC
#+END_SRC
With Pass[fn:62], each password lives inside of an encrypted =gpg= file, whose name is the title of the website or resource that requires the password. These encrypted files may be organized into meaningful folder hierarchies, compies from computer to computer, and in general, manipulated using standard command line tools.
With Pass[fn:63], each password lives inside of an encrypted =gpg= file, whose name is the title of the website or resource that requires the password. These encrypted files may be organized into meaningful folder hierarchies, compies from computer to computer, and in general, manipulated using standard command line tools.
#+NAME: emacs-pass-package
#+NAME: emacs-pass-package
#+BEGIN_SRC nix
#+BEGIN_SRC nix
@ -2095,7 +2132,7 @@ mu index
epkgs.projectile
epkgs.projectile
#+END_SRC
#+END_SRC
Projectile[fn:63] is a project interaction library for GNU/Emacs[fn:2]. Its goal is to provide a nice set of features operating on a project level, without introducing external dependencies.
Projectile[fn:64] is a project interaction library for GNU/Emacs[fn:2]. Its goal is to provide a nice set of features operating on a project level, without introducing external dependencies.
#+NAME: emacs-projectile-elisp
#+NAME: emacs-projectile-elisp
#+BEGIN_SRC emacs-lisp
#+BEGIN_SRC emacs-lisp
@ -2112,7 +2149,7 @@ epkgs.lsp-mode
epkgs.lsp-ui
epkgs.lsp-ui
#+END_SRC
#+END_SRC
The Language Server Protocol (LSP)[fn:64] defines the protocol used between an Editor or IDE, and a language server that provides features like:
The Language Server Protocol (LSP)[fn:65] defines the protocol used between an Editor or IDE, and a language server that provides features like:
+ Auto Complete
+ Auto Complete
+ Go To Defintion
+ Go To Defintion
@ -2136,7 +2173,7 @@ The Language Server Protocol (LSP)[fn:64] defines the protocol used between an E
epkgs.company
epkgs.company
#+END_SRC
#+END_SRC
Company[fn:65] is a text completion framework for GNU/Emacs[fn:2]. The name stands for =Complete Anything=. It uses pluggable back-ends and front-ends to retieve and display completion candidates.
Company[fn:66] is a text completion framework for GNU/Emacs[fn:2]. The name stands for =Complete Anything=. It uses pluggable back-ends and front-ends to retieve and display completion candidates.
#+NAME: emacs-company-elisp
#+NAME: emacs-company-elisp
#+BEGIN_SRC emacs-lisp
#+BEGIN_SRC emacs-lisp
@ -2155,7 +2192,7 @@ Company[fn:65] is a text completion framework for GNU/Emacs[fn:2]. The name stan
epkgs.go-mode
epkgs.go-mode
#+END_SRC
#+END_SRC
Go Mode[fn:66] is a major mode for editing Golang[fn:18] source code in GNU/Emacs[fn:2].
Go Mode[fn:67] is a major mode for editing Golang[fn:18] source code in GNU/Emacs[fn:2].
#+NAME: emacs-golang-elisp
#+NAME: emacs-golang-elisp
#+BEGIN_SRC emacs-lisp
#+BEGIN_SRC emacs-lisp
@ -2175,7 +2212,7 @@ Go Mode[fn:66] is a major mode for editing Golang[fn:18] source code in GNU/Emac
epkgs.pretty-mode
epkgs.pretty-mode
#+END_SRC
#+END_SRC
The built in Python Mode[fn:67] has a nice feature set for working with Python[fn:22] code in GNU/Emacs[fn:2]. It is complimented with the addition of an LSP[fn:64] server. These tools are included in the Development Shell[fn:17] for Python[fn:22].
The built in Python Mode[fn:68] has a nice feature set for working with Python[fn:22] code in GNU/Emacs[fn:2]. It is complimented with the addition of an LSP[fn:65] server. These tools are included in the Development Shell[fn:17] for Python[fn:22].
#+NAME: emacs-python-elisp
#+NAME: emacs-python-elisp
#+BEGIN_SRC emacs-lisp
#+BEGIN_SRC emacs-lisp
@ -2192,14 +2229,14 @@ The built in Python Mode[fn:67] has a nice feature set for working with Python[f
pkgs.plantuml
pkgs.plantuml
#+END_SRC
#+END_SRC
PlantUML[fn:68] is an open-source tool allowing users to create diagrams from a plain-text language. Besides various UML diagrams, PlantUML[fn:68] has support for various other software developmented related formats, as well as visualizations of =JSON= and =YAML= files.
PlantUML[fn:69] is an open-source tool allowing users to create diagrams from a plain-text language. Besides various UML diagrams, PlantUML[fn:69] has support for various other software developmented related formats, as well as visualizations of =JSON= and =YAML= files.
#+NAME: emacs-plantuml-package
#+NAME: emacs-plantuml-package
#+BEGIN_SRC nix
#+BEGIN_SRC nix
epkgs.plantuml-mode
epkgs.plantuml-mode
#+END_SRC
#+END_SRC
PlantUML Mode[fn:69] is a major mode for editing PlantUML[fn:68] sources in GNU/Emacs[fn:2].
PlantUML Mode[fn:70] is a major mode for editing PlantUML[fn:69] sources in GNU/Emacs[fn:2].
#+NAME: emacs-plantuml-elisp
#+NAME: emacs-plantuml-elisp
#+BEGIN_SRC emacs-lisp
#+BEGIN_SRC emacs-lisp
@ -2218,7 +2255,7 @@ epkgs.ivy-posframe
epkgs.ivy-prescient
epkgs.ivy-prescient
#+END_SRC
#+END_SRC
Ivy (Swiper)[fn:70] is a generic completion mechanism for GNU/Emacs[fn:2]. While operating similarily to other completion schemes like =icomplete-mode=, it aims to be more efficient, smaller, simpler, and smoother to use, while remaining highly customizable.
Ivy (Swiper)[fn:71] is a generic completion mechanism for GNU/Emacs[fn:2]. While operating similarily to other completion schemes like =icomplete-mode=, it aims to be more efficient, smaller, simpler, and smoother to use, while remaining highly customizable.
#+NAME: emacs-swiper-elisp
#+NAME: emacs-swiper-elisp
#+BEGIN_SRC emacs-lisp
#+BEGIN_SRC emacs-lisp
@ -2259,7 +2296,7 @@ It's possible to control the frame opacity in GNU/Emacs[fn:2]. Unlike other tran
epkgs.doom-themes
epkgs.doom-themes
#+END_SRC
#+END_SRC
Doom Themes[fn:71] is a theme megapack for GNU/Emacs[fn:2], inspired by community favourites.
Doom Themes[fn:72] is a theme megapack for GNU/Emacs[fn:2], inspired by community favourites.
#+NAME: emacs-doom-themes-elisp
#+NAME: emacs-doom-themes-elisp
#+BEGIN_SRC emacs-lisp
#+BEGIN_SRC emacs-lisp
@ -2283,7 +2320,7 @@ Doom Themes[fn:71] is a theme megapack for GNU/Emacs[fn:2], inspired by communit
epkgs.doom-modeline
epkgs.doom-modeline
#+END_SRC
#+END_SRC
Doom Modeline[fn:72] is a fancy and fast modeline inspired by minimalism design. It's integrated into Centaur Emacs, Doom Emacs, and Spacemacs.
Doom Modeline[fn:73] is a fancy and fast modeline inspired by minimalism design. It's integrated into Centaur Emacs, Doom Emacs, and Spacemacs.
#+NAME: emacs-doom-modeline-elisp
#+NAME: emacs-doom-modeline-elisp
#+BEGIN_SRC emacs-lisp
#+BEGIN_SRC emacs-lisp
@ -2349,94 +2386,96 @@ Doom Modeline[fn:72] is a fancy and fast modeline inspired by minimalism design.