diff options
author | sinanmohd <sinan@sinanmohd.com> | 2023-11-04 16:00:49 +0530 |
---|---|---|
committer | sinanmohd <sinan@sinanmohd.com> | 2023-11-05 21:11:49 +0530 |
commit | 493c355153cb690d87d99303e4a550bf16e8d747 (patch) | |
tree | 7607133244ec8287469d15cdaa8fe61f47f1152f /hosts/cez/configuration.nix | |
parent | 8214a997e1d8fac0fdf238d0d889f6c3a22b48e6 (diff) |
cez/wayland: dwl -> sway
Diffstat (limited to 'hosts/cez/configuration.nix')
-rw-r--r-- | hosts/cez/configuration.nix | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/hosts/cez/configuration.nix b/hosts/cez/configuration.nix index 31cde1a..05e7dd6 100644 --- a/hosts/cez/configuration.nix +++ b/hosts/cez/configuration.nix @@ -12,10 +12,6 @@ in ../../common.nix ]; - nixpkgs.overlays = [ - (import ./overlays/wmenu.nix) - ]; - boot = { initrd.luks.reusePassphrases = true; consoleLogLevel = 3; |