feat(nixos): Add initial NixOS & EXWM configuration
Adds configuratio for using Emacs as a window manager, because clear that is an extremely sane thing to do.
This commit is contained in:
parent
6225c18914
commit
4e1661604d
3 changed files with 61 additions and 3 deletions
5
init.el
5
init.el
|
|
@ -30,6 +30,7 @@
|
|||
dash
|
||||
dockerfile-mode
|
||||
erlang
|
||||
exwm
|
||||
flycheck
|
||||
go-mode
|
||||
gruber-darker-theme
|
||||
|
|
@ -90,11 +91,11 @@
|
|||
|
||||
;; Load configuration that makes use of installed packages:
|
||||
|
||||
|
||||
;; Emacs will automatically initialise all installed packages.
|
||||
;; After initialisation, proceed to load configuration that requires packages:
|
||||
(defun load-other-settings ()
|
||||
(mapc 'require '(look-and-feel
|
||||
(mapc 'require '(nixos
|
||||
look-and-feel
|
||||
functions
|
||||
settings
|
||||
modes
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue