diff options
author | sinanmohd <sinan@sinanmohd.com> | 2023-09-06 18:48:34 +0530 |
---|---|---|
committer | sinanmohd <sinan@sinanmohd.com> | 2023-09-06 19:02:57 +0530 |
commit | 4972c53e861752d9b3ca29a58c71db84973c9ab5 (patch) | |
tree | 046098e07e3570a2107ff3ef979a0b74d837ea0a /hosts/cez/configuration.nix | |
parent | 28f11cc5c704b6901dc94551fb1504f0091bb69f (diff) |
repo: restructuring
Diffstat (limited to 'hosts/cez/configuration.nix')
-rw-r--r-- | hosts/cez/configuration.nix | 10 |
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 = { |