Created
April 21, 2018 12:23
-
-
Save adrianparvino/95e3ec276d87a01fa6bf6f62446531f2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;; This buffer is for text that is not saved, and for Lisp evaluation. | |
;; To create a file, visit it with <open> and enter text in its buffer. | |
xserver = { | |
enable = true; | |
windowManager.i3.enable = true; | |
desktopManager.xfce.enable = true; | |
displayManager.lightdm.enable = true; | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment