Browse Source

Cleanup host configurations

main
parent
commit
40c49835be
  1. 2
      config/cachix.nix
  2. 13
      hosts/gamingpc.org
  3. 33
      hosts/localhost.org
  4. 31
      hosts/raspberry.org
  5. 29
      hosts/virtualbox.org

2
config/cachix.nix

@ -0,0 +1,2 @@
{
}

13
hosts/gamingpc.org

@ -1,13 +0,0 @@
#+TITLE: GamingPC
#+AUTHOR: Christopher James Hayward
#+EMAIL: chris@chrishayward.xyz
#+PROPERTY: header-args:emacs-lisp :tangle gamingpc.el :comments org
#+PROPERTY: header-args :results silent :eval no-export :comments org
#+OPTIONS: num:nil toc:nil todo:nil tasks:nil tags:nil
#+OPTIONS: skip:nil author:nil email:nil creator:nil timestamp:nil
TODO
* Footnotes

33
hosts/localhost.org

@ -1,33 +0,0 @@
#+TITLE: Termux
#+AUTHOR: Christopher James Hayward
#+EMAIL: chris@chrishayward.xyz
#+PROPERTY: header-args:emacs-lisp :tangle localhost.el :comments org
#+PROPERTY: header-args :results silent :eval no-export :comments org
#+OPTIONS: num:nil toc:nil todo:nil tasks:nil tags:nil
#+OPTIONS: skip:nil author:nil email:nil creator:nil timestamp:nil
Emacs on Android via Termux[fn:1].
* Config
Increase the default font size to accomodate the smaller screen size.
#+begin_src emacs-lisp
(setq dotfiles/font-size 132)
#+end_src
** Disable modules
Many modules simply do not run under Termux[fn:1].
#+begin_src emacs-lisp
(delete 'x11 dotfiles/modules) ;; TODO Create VNC module.
(delete 'exwm dotfiles/modules) ;; Cannot run EXWM without X11.
#+end_src
* Footnotes
[fn:1] https://wiki.termux.com

31
hosts/raspberry.org

@ -1,31 +0,0 @@
#+TITLE: Raspberry
#+AUTHOR: Christopher James Hayward
#+EMAIL: chris@chrishayward.xyz
#+PROPERTY: header-args:emacs-lisp :tangle raspberry.el :comments org
#+PROPERTY: header-args :results silent :eval no-export :comments org
#+OPTIONS: num:nil toc:nil todo:nil tasks:nil tags:nil
#+OPTIONS: skip:nil author:nil email:nil creator:nil timestamp:nil
Emacs running via Rasbian[fn:1] on a Raspberry Pi 400[fn:2], and a small fleet of Zero and Zero WH[fn:3] machines.
* Config
Configure the pre-packaged ~chromium-browser~[fn:4] as the default system browser, override the dictionary with Canadian english, and increase the font size to accomodate the smaller screen.
#+begin_src emacs-lisp
(setq dotfiles/browser "chromium-browser"
dotfiles/language "en_CA"
dotfiles/font-size 132)
#+end_src
* Footnotes
[fn:1] https://raspbian.org
[fn:2] https://www.raspberrypi.org/products/raspberry-pi-400/
[fn:3] https://www.raspberrypi.org/blog/zero-wh/
[fn:4] https://pimylifeup.com/raspberry-pi-chromium-browser/

29
hosts/virtualbox.org

@ -1,29 +0,0 @@
#+TITLE: VirtualBox
#+AUTHOR: Christopher James Hayward
#+EMAIL: chris@chrishayward.xyz
#+PROPERTY: header-args:emacs-lisp :tangle virtualbox.el :comments org
#+PROPERTY: header-args :results silent :eval no-export :comments org
#+OPTIONS: num:nil toc:nil todo:nil tasks:nil tags:nil
#+OPTIONS: skip:nil author:nil email:nil creator:nil timestamp:nil
Emacs running via Ubuntu[fn:1] and VirtualBox[fn:2]
* Config
Configure ~firefox~[fn:3] as the system browser, and set override the dictionary with Canadian english for writing school assignments.
#+begin_src emacs-lisp
(setq dotfiles/browser "firefox"
dotfiles/language "en_CA")
#+end_src
* Footnotes
[fn:1] https://ubuntu.com
[fn:2] https://virtualbox.com
[fn:3] https://firefox.com
Loading…
Cancel
Save