diff options
| author | spl3g <spleefer6@yandex.ru> | 2023-08-29 05:05:22 +0000 |
|---|---|---|
| committer | spl3g <spleefer6@yandex.ru> | 2023-08-29 05:05:22 +0000 |
| commit | 429bf12cd70405d6ea18d14fe9d384a6458ae99d (patch) | |
| tree | 89ffa15e8cef8f22ed279b574fb8c86fc3b8d10f /nixos/configuration.nix | |
| parent | 72e82deb5536a88b6438a708b3e825029f621d14 (diff) | |
thats a lot of changes
Diffstat (limited to 'nixos/configuration.nix')
| -rw-r--r-- | nixos/configuration.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/nixos/configuration.nix b/nixos/configuration.nix index 38e1cc2..e07e670 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -17,6 +17,7 @@ outputs.overlays.additions outputs.overlays.modifications outputs.overlays.unstable-packages + outputs.overlays.emacs-overlay # You can also add overlays exported from other flakes: # neovim-nightly-overlay.overlays.default @@ -75,7 +76,7 @@ # Layout layout = "us,ru"; - xkbOptions = "grp:win_space_toggle,grp:alt_shift_toggle"; + xkbOptions = "grp:win_space_toggle"; }; # Printing |
