summaryrefslogtreecommitdiff
path: root/default.nix
diff options
context:
space:
mode:
authormediocregopher <mediocregopher@gmail.com>2023-12-27 18:37:54 +0100
committermediocregopher <mediocregopher@gmail.com>2023-12-27 18:39:51 +0100
commit005334a0371227be6e35e7afd85ab64475ddcf77 (patch)
tree6886248a9c4e2bf3f2882ff80c7b96e3fb2567eb /default.nix
parentd09d899d292be4e57453577e4674c00554d346ef (diff)
Merge X subdir into awesome
Diffstat (limited to 'default.nix')
-rw-r--r--default.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/default.nix b/default.nix
index ee5e159..2d85f10 100644
--- a/default.nix
+++ b/default.nix
@@ -37,6 +37,7 @@ in rec {
'';
zsh = ((import ./zsh) { inherit config; }).zsh;
+ awesome = ((import ./awesome) { inherit config; });
loadout = pkgs.buildEnv {
name = "loadout";
@@ -96,8 +97,8 @@ in rec {
((import ./nvim) {}).nvim
zsh
((import ./alacritty) { inherit config zsh; }).alacritty
- ((import ./awesome) { inherit config; }).awesome
- ((import ./x) { inherit config; }).startx
+ awesome.awesome
+ awesome.startx
];
};