The Raspberry Pi Model B-8GB[fn:23] is the latest product in the popular Raspberry Pi range of computers. It offers groundbreaking increases in processor speed, multimedia performance, memory, and connectivity compared to the prior generation. On NixOS[fn:4], the Raspberry Pi family is /only/ supported on the =AArch64= platform, although there is community support for =armv6l= and =armv7l=.
#+NAME: host-homecloud
#+BEGIN_SRC nix :noweb yes
homecloud = nixpkgs.lib.nixosSystem {
system = "aarch64-linux";
specialArgs = { inherit inputs; };
modules = [
./hosts/homecloud
<<module-flakes>>
<<module-cachix>>
<<module-docker>>
<<module-jellyfin>>
];
};
#+END_SRC
Deploy this configuration with ~sudo nixos-rebuild switch --flake /etc/dotfiles/#homecloud~.
The Raspberry Pi 400[fn:24] is your complete personal computer, built into a compact keyboard. It features a quad-core, 64-bit processor, 4GB of RAM, wireless networking, dual-display output, 4k video playback, as well as a 40-pin GPIO header. It's the most powerful Raspberry Pi computer yet.
The Raspberry Pi 400[fn:22] is your complete personal computer, built into a compact keyboard. It features a quad-core, 64-bit processor, 4GB of RAM, wireless networking, dual-display output, 4k video playback, as well as a 40-pin GPIO header. It's the most powerful Raspberry Pi computer yet.
The Raspberry Pi Model B-8GB[fn:24] is the latest product in the popular Raspberry Pi range of computers. It offers groundbreaking increases in processor speed, multimedia performance, memory, and connectivity compared to the prior generation. On NixOS[fn:4], the Raspberry Pi family is /only/ supported on the =AArch64= platform, although there is community support for =armv6l= and =armv7l=.
#+NAME: host-homecloud
#+BEGIN_SRC nix :noweb yes
homecloud = nixpkgs.lib.nixosSystem {
system = "aarch64-linux";
specialArgs = { inherit inputs; };
modules = [
./hosts/homecloud
<<module-flakes>>
<<module-cachix>>
<<module-docker>>
<<module-jellyfin>>
];
};
#+END_SRC
Deploy this configuration with ~sudo nixos-rebuild switch --flake /etc/dotfiles/#homecloud~.
@ -859,7 +870,7 @@ X11, or X[fn:25] is the generic name for the X Window System Display Server. All
./modules/flakes.nix
#+END_SRC
Nix Flakes[fn:28] are an upcoming feature of the Nix package manager[fn:5]. They allow you to specify your codes dependencies in a declarative way, simply by listing them inside of a ~flake.nix~ file. Each dependency is then pinned to a specific git-hash. Flakes[fn:28] replace the =nix-channels= command and things like ~builtins.fetchGit~, keeping dependencies at the top of the tree, and channels always in sync. Currently, Flakes[fn:28] are not available unless explicitly enabled.
Nix Flakes[fn:27] are an upcoming feature of the Nix package manager[fn:5]. They allow you to specify your codes dependencies in a declarative way, simply by listing them inside of a ~flake.nix~ file. Each dependency is then pinned to a specific git-hash. Flakes[fn:27] replace the =nix-channels= command and things like ~builtins.fetchGit~, keeping dependencies at the top of the tree, and channels always in sync. Currently, Flakes[fn:27] are not available unless explicitly enabled.
@ -887,7 +898,7 @@ Nix Flakes[fn:28] are an upcoming feature of the Nix package manager[fn:5]. They
./modules/cachix.nix
#+END_SRC
Cachix[fn:29] is a Command line client for Nix[fn:5] binary cache hosting. This allows downloading and usage of pre-compiled binaries for applications on /nearly/ every available system architecture. This speeds up the time it takes to rebuild configurations.
Cachix[fn:28] is a Command line client for Nix[fn:5] binary cache hosting. This allows downloading and usage of pre-compiled binaries for applications on /nearly/ every available system architecture. This speeds up the time it takes to rebuild configurations.
@ -912,7 +923,7 @@ Cachix[fn:29] is a Command line client for Nix[fn:5] binary cache hosting. This
./modules/docker.nix
#+END_SRC
Docker [fn:30] is a set of platform as a service that uses OS level virtualization to deliver software in packages called containers. Containers are isolated from one another and bundle their own software, libraries, and configuration files; they can communicate with each other through well-defined channels.
Docker [fn:29] is a set of platform as a service that uses OS level virtualization to deliver software in packages called containers. Containers are isolated from one another and bundle their own software, libraries, and configuration files; they can communicate with each other through well-defined channels.
Firefox Browser[fn:31], also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. In 2017, Firefox began incorporating new technology under the code name Quantum to promote parallelism and a more intuitive user interface.
Firefox Browser[fn:30], also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. In 2017, Firefox began incorporating new technology under the code name Quantum to promote parallelism and a more intuitive user interface.
@ -993,7 +1004,7 @@ Firefox Browser[fn:31], also known as Mozilla Firefox or simply Firefox, is a fr
./modules/jellyfin.nix
#+END_SRC
Jellyfin[fn:32] 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.
Jellyfin[fn:31] 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.
@ -1013,7 +1024,7 @@ Jellyfin[fn:32] is a suite of multimedia applications designed to organize, mana
./modules/moonlight.nix
#+END_SRC
Moonlight[fn:33] 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:33] 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:32] 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:32] is perfect for gaming on the go (or on GNU/Linux[fn:1]) without sacrificing the graphics and game selection available for the PC.
@ -1033,7 +1044,7 @@ Moonlight[fn:33] is an open-source implementation of NVIDIA's GameStream Protoco
./modules/teamviewer.nix
#+END_SRC
The Teamviewer[fn:34] remote connectivity cloud platform enables secure remote access to any device, across platforms, from anywhere, anytime. Teamviewer[fn:34] 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:33] remote connectivity cloud platform enables secure remote access to any device, across platforms, from anywhere, anytime. Teamviewer[fn:33] 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:35] 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:34] 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.
@ -1104,7 +1115,7 @@ Git[fn:35] is a free and open source distributed version control system designed
./modules/gpg.nix
#+END_SRC
GNU Privacy Guard[fn:36] 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:35] 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.
@ -1127,7 +1138,7 @@ GNU Privacy Guard[fn:36] is a free-software replacement for Symantec's PGP crypt
./modules/vim.nix
#+END_SRC
Neovim[fn:37] is a project that seeks to aggressively refactor Vim in order to:
Neovim[fn:36] is a project that seeks to aggressively refactor Vim in order to:
+ Simplify maintenance and encourage contributions
+ Split the work between multiple developers
@ -1167,7 +1178,7 @@ Neovim[fn:37] is a project that seeks to aggressively refactor Vim in order to:
./modules/gtk.nix
#+END_SRC
GTK[fn:38] 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:26] and X11[fn:25] windowing systems.
GTK[fn:37] 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:26] and X11[fn:25] windowing systems.
@ -1207,7 +1218,7 @@ GTK[fn:38] is a free and open-source, cross-platform widget toolkit for graphica
./modules/emacs.nix
#+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:36], 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:35], a dialect of the Lisp programming language with extensions to support text editing. Other features include:
+ Highly customizable
+ Full Unicopde support
@ -1423,7 +1434,7 @@ Define some methods for interaction between GNU/Emacs[fn:2], and the systems und
pkgs.nixfmt
#+END_SRC
Nix-mode[fn:39] 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:38] 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
#+BEGIN_SRC nix
@ -1432,7 +1443,7 @@ epkgs.nix-mode
** Evil Mode
Evil[fn:21] is an extensible VI layer for GNU/Emacs[fn:2]. It emulates the main features of Vim[fn:37], turning GNU/Emacs[fn:2] into a modal editor.
Evil[fn:21] is an extensible VI layer for GNU/Emacs[fn:2]. It emulates the main features of Vim[fn:36], turning GNU/Emacs[fn:2] into a modal editor.
#+NAME: emacs-evil-package
#+BEGIN_SRC nix
@ -1442,7 +1453,7 @@ epkgs.evil-surround
epkgs.evil-nerd-commenter
#+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:21] is extensible in Emacs Lisp[fn:36].
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:21] is extensible in Emacs Lisp[fn:35].
#+NAME: emacs-evil-elisp
#+BEGIN_SRC emacs-lisp
@ -1552,7 +1563,7 @@ home.file.".xinitrc" = {
epkgs.general
#+END_SRC
General[fn:40] 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:39] 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
#+BEGIN_SRC emacs-lisp
@ -1605,7 +1616,7 @@ General[fn:40] provides a more convenient method for binding keys in Emacs[fn:2]
** Which Key
Which-key[fn:41] 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:40] 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
#+BEGIN_SRC nix
@ -1622,7 +1633,7 @@ epkgs.which-key
** EWW
The Emacs Web Wowser[fn:42] is a Web browser written in Emacs Lisp[fn:36] based on the ~shr.el~ library. It's my primary browser when it comes to text-based browsing.
The Emacs Web Wowser[fn:41] is a Web browser written in Emacs Lisp[fn:35] based on the ~shr.el~ library. It's my primary browser when it comes to text-based browsing.
+ Use ~eww~ as the default browser
+ Don't use any special fonts or colours
@ -1639,7 +1650,7 @@ The Emacs Web Wowser[fn:42] is a Web browser written in Emacs Lisp[fn:36] based
** ERC
ERC[fn:43] is a powerful, modular, and extensible IRC client for GNU/Emacs[fn:2]. It's part of the GNU project, and included in Emacs.
ERC[fn:42] is a powerful, modular, and extensible IRC client for GNU/Emacs[fn:2]. It's part of the GNU project, and included in Emacs.
#+NAME: emacs-erc-elisp
#+BEGIN_SRC emacs-lisp
@ -1670,7 +1681,7 @@ ERC[fn:43] is a powerful, modular, and extensible IRC client for GNU/Emacs[fn:2]
epkgs.dired-single
#+END_SRC
Dired[fn:44] 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:45] provides extra functionality for Dired[fn:44].
Dired[fn:43] 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:44] provides extra functionality for Dired[fn:43].
#+NAME: emacs-dired-elisp
#+BEGIN_SRC emacs-lisp
@ -1697,7 +1708,7 @@ epkgs.all-the-icons
epkgs.all-the-icons-dired
#+END_SRC
All The Icons[fn:46] is a utility package to collect various Icon Fonts and prioritize them within GNU/Emacs[fn:2].
All The Icons[fn:45] is a utility package to collect various Icon Fonts and prioritize them within GNU/Emacs[fn:2].
#+NAME: emacs-icons-elisp
#+BEGIN_SRC emacs-lisp
@ -1715,7 +1726,7 @@ All The Icons[fn:46] is a utility package to collect various Icon Fonts and prio
epkgs.emojify
#+END_SRC
Emojify[fn:47] 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:46] 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
#+BEGIN_SRC emacs-lisp
@ -1730,7 +1741,7 @@ Emojify[fn:47] is an Emacs[fn:2] extension to display Emojis. It can display Git
epkgs.eshell-prompt-extras
#+END_SRC
EShell [fn:48] is a shell-like command interpreter for GNU/Emacs[fn:2] implemented in Emacs Lisp[fn:36]. 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:47] is a shell-like command interpreter for GNU/Emacs[fn:2] implemented in Emacs Lisp[fn:35]. 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
#+BEGIN_SRC emacs-lisp
@ -1749,7 +1760,7 @@ EShell [fn:48] is a shell-like command interpreter for GNU/Emacs[fn:2] implement
** VTerm
Emacs Libvterm (VTerm)[fn:49] is a fully-fledged terminal emulator inside GNU/Emacs[fn:2] based on Libvterm[fn:50], a blazing fast C library used in Neovim[fn:37]. As a result of using compiled code (instead of Emacs Lisp[fn:36]), VTerm[fn:49] is capable, fast, and it can seamlessly handle large outputs.
Emacs Libvterm (VTerm)[fn:48] is a fully-fledged terminal emulator inside GNU/Emacs[fn:2] based on Libvterm[fn:49], a blazing fast C library used in Neovim[fn:36]. As a result of using compiled code (instead of Emacs Lisp[fn:35]), VTerm[fn:48] is capable, fast, and it can seamlessly handle large outputs.
#+NAME: emacs-vterm-package
#+BEGIN_SRC nix
@ -1765,7 +1776,7 @@ epkgs.vterm
** Magit
Magit[fn:51] is an interface to the Git[fn:35] version control system, implemented as a GNU/Emacs[fn:2] package written in Elisp[fn:36]. It fills the glaring gap between the Git[fn:35] 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:50] is an interface to the Git[fn:34] version control system, implemented as a GNU/Emacs[fn:2] package written in Elisp[fn:35]. It fills the glaring gap between the Git[fn:34] 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
#+BEGIN_SRC nix
@ -1828,7 +1839,7 @@ epkgs.hydra
epkgs.elfeed
#+END_SRC
Elfeed[fn:52] 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:51] 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 |
|-----+---------|
@ -1862,7 +1873,7 @@ Elfeed[fn:52] is an extensible web feed reader for GNU/Emacs[fn:2], support both
epkgs.org
#+END_SRC
Org-mode[fn:53] 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:52] 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
#+BEGIN_SRC emacs-lisp
@ -1902,7 +1913,7 @@ epkgs.org-roam
epkgs.org-roam-server
#+END_SRC
Org Roam[fn:54] is a plain-text knowledge management system. It borrows principles from the Zettelkasten method[fn:55], 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:53] for their personal wiki (me). Org Roam Server[fn:56] is a Web application to visualize the Org Roam[fn:54] 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:53] is a plain-text knowledge management system. It borrows principles from the Zettelkasten method[fn:54], 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:52] for their personal wiki (me). Org Roam Server[fn:55] is a Web application to visualize the Org Roam[fn:53] 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
#+BEGIN_SRC emacs-lisp
@ -2012,7 +2023,7 @@ Org Roam[fn:54] is a plain-text knowledge management system. It borrows principl
epkgs.org-drill
#+END_SRC
Org Drill[fn:57] is an extension for Org Mode[fn:53] that uses a spaced repition algorithm to conduct interactive /Drill Sessions/ using Org files as sources of facts to be memorized.
Org Drill[fn:56] is an extension for Org Mode[fn:52] 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
#+BEGIN_SRC emacs-lisp
@ -2026,7 +2037,7 @@ Org Drill[fn:57] is an extension for Org Mode[fn:53] that uses a spaced repition
** Org Agenda
The way Org Mode[fn:53] 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:52] 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
#+BEGIN_SRC emacs-lisp
@ -2058,7 +2069,7 @@ The way Org Mode[fn:53] works, TODO items, time-stamped items, and tagged headli
epkgs.org-pomodoro
#+END_SRC
Org Pomodoro[fn:58] adds basic support for the Pomodoro Technique[fn:59] 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:57] adds basic support for the Pomodoro Technique[fn:58] 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
#+BEGIN_SRC emacs-lisp
@ -2078,7 +2089,7 @@ Org Pomodoro[fn:58] adds basic support for the Pomodoro Technique[fn:59] in GNU/
epkgs.writegood-mode
#+END_SRC
Writegood Mode[fn:60] 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:59] 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
+ Passive Voice
@ -2101,7 +2112,7 @@ pkgs.aspellDicts.en-science
pkgs.aspellDicts.en-computers
#+END_SRC
GNU Aspell[fn:61] 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:60] 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
#+BEGIN_SRC emacs-lisp
@ -2121,14 +2132,14 @@ GNU Aspell[fn:61] is a Free and Open Source spell checker designed to replace IS
pkgs.hugo
#+END_SRC
Hugo[fn:62] is one of the most popular open-source static site generators.
Hugo[fn:61] is one of the most popular open-source static site generators.
#+NAME: emacs-hugo-package
#+BEGIN_SRC nix
epkgs.ox-hugo
#+END_SRC
Ox-Hugo[fn:63] is an Org-Mode[fn:53] exporter for Hugo[fn:62] compabile markdown. I post nonsense on my Personal Blog[fn:64], and share my notes on various textbooks, articles, and software Here[fn:65].
Ox-Hugo[fn:62] is an Org-Mode[fn:52] exporter for Hugo[fn:61] compabile markdown. I post nonsense on my Personal Blog[fn:63], and share my notes on various textbooks, articles, and software Here[fn:64].
#+NAME: emacs-hugo-elisp
#+BEGIN_SRC emacs-lisp
@ -2188,7 +2199,7 @@ Ox-Hugo[fn:63] is an Org-Mode[fn:53] exporter for Hugo[fn:62] compabile markdown
epkgs.ox-reveal
#+END_SRC
Reveal.js[fn:66] 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:66] are built on open web technologies. That means anything you can do on the web, you can do in your presentation. Ox Reveal[fn:67] is an Org Mode[fn:53] export backend.
Reveal.js[fn:65] 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:65] are built on open web technologies. That means anything you can do on the web, you can do in your presentation. Ox Reveal[fn:66] is an Org Mode[fn:52] export backend.
#+NAME: emacs-reveal-elisp
#+BEGIN_SRC emacs-lisp
@ -2228,7 +2239,7 @@ Reveal.js[fn:66] is an open source HTML presentation framework. It enables anyon
pkgs.pass
#+END_SRC
With Pass[fn:68], 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:67], 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
#+BEGIN_SRC nix
@ -2356,7 +2367,7 @@ mu index
epkgs.projectile
#+END_SRC
Projectile[fn:69] 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:68] 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
#+BEGIN_SRC emacs-lisp
@ -2373,7 +2384,7 @@ epkgs.lsp-mode
epkgs.lsp-ui
#+END_SRC
The Language Server Protocol (LSP)[fn:70] defines the protocol used between an Editor or IDE, and a language server that provides features like:
The Language Server Protocol (LSP)[fn:69] defines the protocol used between an Editor or IDE, and a language server that provides features like:
+ Auto Complete
+ Go To Defintion
@ -2397,7 +2408,7 @@ The Language Server Protocol (LSP)[fn:70] defines the protocol used between an E
epkgs.ccls
#+END_SRC
Emacs CCLS[fn:: https://github.com/MaskRay/emacs-ccls] is a client for CCLS, a C/C++/Objective-C language server supporting multi-million line C++ code bases, powered by libclang.
Emacs CCLS[fn:70] is a client for CCLS, a C/C++/Objective-C language server supporting multi-million line C++ code bases, powered by libclang.
#+NAME: emacs-ccls-elisp
#+BEGIN_SRC emacs-lisp
@ -2459,7 +2470,7 @@ Go Mode[fn:72] is a major mode for editing Golang[fn:12] source code in GNU/Emac
epkgs.rustic
#+END_SRC
Rustic[fn:71] is a fork of rust-mode that integrates well with the Language Server Protocol[fn:68]. Include the rust shell before launching GNU/Emacs[fn:2] to use this!
Rustic[fn:71] is a fork of rust-mode that integrates well with the Language Server Protocol[fn:67]. Include the rust shell before launching GNU/Emacs[fn:2] to use this!
#+NAME: emacs-rustic-elisp
#+BEGIN_SRC emacs-lisp
@ -2475,7 +2486,7 @@ Rustic[fn:71] is a fork of rust-mode that integrates well with the Language Serv
epkgs.pretty-mode
#+END_SRC
The built in Python Mode[fn:73] has a nice feature set for working with Python[fn:18] code in GNU/Emacs[fn:2]. It is complimented with the addition of an LSP[fn:70] server. These tools are included in the Development Shell[fn:11] for Python[fn:18].
The built in Python Mode[fn:73] has a nice feature set for working with Python[fn:18] code in GNU/Emacs[fn:2]. It is complimented with the addition of an LSP[fn:69] server. These tools are included in the Development Shell[fn:11] for Python[fn:18].
#+NAME: emacs-python-elisp
#+BEGIN_SRC emacs-lisp
@ -2663,103 +2674,103 @@ Doom Modeline[fn:79] is a fancy and fast modeline inspired by minimalism design.