summaryrefslogtreecommitdiff
path: root/default.nix
diff options
context:
space:
mode:
authormediocregopher <mediocregopher@gmail.com>2023-12-16 18:28:36 +0100
committermediocregopher <mediocregopher@gmail.com>2023-12-16 18:28:36 +0100
commit64eb89235d395f711e8e3a5d8e4232d4a57d0900 (patch)
treec4617062db245988838a1ef06abe3890ce7f514c /default.nix
parent878dea2de4c8f4289a9b1d08437f23d2a29021ea (diff)
Include xorg as part of loadout, so it's not required on host system
Diffstat (limited to 'default.nix')
-rw-r--r--default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/default.nix b/default.nix
index 2d8d951..e78f4c5 100644
--- a/default.nix
+++ b/default.nix
@@ -91,6 +91,7 @@ in rec {
zsh
((import ./alacritty) { inherit config zsh; }).alacritty
((import ./awesome) { inherit config; }).awesome
+ ((import ./x) { inherit config; }).startx
];
};