14 lines
575 B
Org Mode
14 lines
575 B
Org Mode
* NixOS
|
|
** [[file:docs/install.org][Installing]]
|
|
*** Rebuilding
|
|
#+BEGIN_SRC bash
|
|
sudo nixos-rebuild switch --impure --flake ".#${HOST}"
|
|
#+END_SRC
|
|
** Modules
|
|
*** Desktop environment
|
|
**** Themeing
|
|
We use [[https://github.com/Misterio77/nix-colors][nix-colors]] to (try to) keep a consistent theme across all applications. This uses [[https://github.com/chriskempson/base16][base-16 themes]] (here is a [[https://github.com/chriskempson/base16/blob/main/styling.md][styiling guide]] for it).
|
|
* Samfelag Mesh
|
|
** [[file:docs/hosts.org][Hosts]]
|
|
** [[file:docs/consul.org][Consul]]
|