diff --git a/config/cachix.nix b/config/cachix.nix new file mode 100644 index 0000000..2c63c08 --- /dev/null +++ b/config/cachix.nix @@ -0,0 +1,2 @@ +{ +} diff --git a/hosts/gamingpc.org b/hosts/gamingpc.org deleted file mode 100644 index 1d7b478..0000000 --- a/hosts/gamingpc.org +++ /dev/null @@ -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 diff --git a/hosts/localhost.org b/hosts/localhost.org deleted file mode 100644 index 38ed4b9..0000000 --- a/hosts/localhost.org +++ /dev/null @@ -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 diff --git a/hosts/raspberry.org b/hosts/raspberry.org deleted file mode 100644 index 390aaaa..0000000 --- a/hosts/raspberry.org +++ /dev/null @@ -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/ diff --git a/hosts/virtualbox.org b/hosts/virtualbox.org deleted file mode 100644 index 66526b1..0000000 --- a/hosts/virtualbox.org +++ /dev/null @@ -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 -