diff options
author | sinanmohd <pcmsinan@gmail.com> | 2023-07-02 11:12:10 +0530 |
---|---|---|
committer | sinanmohd <pcmsinan@gmail.com> | 2023-07-02 11:39:18 +0530 |
commit | ad8e3d128eb2fab5149b7b5254a549abfee57ad8 (patch) | |
tree | 21b824f2e2e95b5ea3d966642a270b38e1b58a2b | |
parent | ebf06b459aa04f9d650afc5b7e65ae5d4b497f1c (diff) |
configuration: import cez.nix and wayland.nix by default
-rw-r--r-- | configuration.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configuration.nix b/configuration.nix index 64377f1..583487a 100644 --- a/configuration.nix +++ b/configuration.nix @@ -7,6 +7,8 @@ in imports = [ # include the results of the hardware scan. ./hardware-configuration.nix + ./hardware/cez.nix + ./features/wayland.nix ]; # boot |