From 4972c53e861752d9b3ca29a58c71db84973c9ab5 Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Wed, 6 Sep 2023 18:48:34 +0530 Subject: repo: restructuring --- hosts/cez/configuration.nix | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'hosts/cez/configuration.nix') 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 = { -- cgit v1.2.3