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 /common.nix | |
parent | 8214a997e1d8fac0fdf238d0d889f6c3a22b48e6 (diff) |
cez/wayland: dwl -> sway
Diffstat (limited to 'common.nix')
-rw-r--r-- | common.nix | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -82,10 +82,7 @@ in "flakes" "nix-command" ]; - nixpkgs.overlays = [ - (import ./overlays/dwl-sinan.nix) - (import ./pkgs) - ]; + nixpkgs.overlays = [ (import ./pkgs) ]; # sops sops = { |