summaryrefslogtreecommitdiff
path: root/hosts/cez/configuration.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/cez/configuration.nix')
-rw-r--r--hosts/cez/configuration.nix10
1 files changed, 7 insertions, 3 deletions
diff --git a/hosts/cez/configuration.nix b/hosts/cez/configuration.nix
index ac2d2ea..fb991d9 100644
--- a/hosts/cez/configuration.nix
+++ b/hosts/cez/configuration.nix
@@ -6,9 +6,13 @@ in
{
imports = [
./hardware-configuration.nix
- ../../modules/wayland.nix
- ../../modules/sshfs.nix
- ../common.nix
+ ./modules/wayland.nix
+ ./modules/sshfs.nix
+ ../../common.nix
+ ];
+
+ nixpkgs.overlays = [
+ (import ./overlays/wmenu.nix)
];
boot = {