diff options
author | Preston Pan <preston@nullring.xyz> | 2024-03-06 20:27:03 -0800 |
---|---|---|
committer | Preston Pan <preston@nullring.xyz> | 2024-03-06 20:27:03 -0800 |
commit | 9572f04e52b1417880c00d52143cb3d5f7c6888c (patch) | |
tree | d05c9437cae920f097f33ad7bfaa4da2b1f1180f /README.org |
first commit
Diffstat (limited to 'README.org')
-rw-r--r-- | README.org | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/README.org b/README.org new file mode 100644 index 0000000..c0b281f --- /dev/null +++ b/README.org @@ -0,0 +1,11 @@ +* Introduction +HyprNixMacs is a configuration that centers around the usage of NixOS and Emacs. +Note that at the time of writing, I use hyprland as my window manager, but that +might change, and therefore hyprnixmacs may not be as accurate of a name. + +** Why Not EXWM? +Because emacs is blocking, and I want to use wayland because it's much better and there's +much less cruft. + +* Installation +Simply clone this repository to ~/etc/nixos/~ and run ~sudo nixos-rebuild switch~. |