diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2024-12-28 16:21:24 +0100 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2024-12-28 16:21:24 +0100 |
commit | cee634e0b1e6635e602efb83b054c450e2c3c534 (patch) | |
tree | 5bd938a566f5e1fd61b18c81dc3e968c1e0ac725 /hosts | |
parent | Update (diff) | |
download | nixos-config-cee634e0b1e6635e602efb83b054c450e2c3c534.tar.gz nixos-config-cee634e0b1e6635e602efb83b054c450e2c3c534.tar.bz2 nixos-config-cee634e0b1e6635e602efb83b054c450e2c3c534.zip |
Fix update changes
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/default.nix | 2 | ||||
-rw-r--r-- | hosts/luna/default.nix | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/hosts/default.nix b/hosts/default.nix index 06d5e29..68adebe 100644 --- a/hosts/default.nix +++ b/hosts/default.nix @@ -10,7 +10,7 @@ let allowUnsupportedSystem = true; }; overlays = [ - inputs.nur.overlay + inputs.nur.overlays.default # inputs.neovim-nightly-overlay.overlay (import ../packages) (import ../overlays) diff --git a/hosts/luna/default.nix b/hosts/luna/default.nix index 03bede3..2fde132 100644 --- a/hosts/luna/default.nix +++ b/hosts/luna/default.nix @@ -4,7 +4,7 @@ services = { # Configure keymap in X11 - xserver.layout = "us"; + xserver.xkb.layout = "us"; logind.extraConfig = '' # don’t shutdown when power button is short-pressed HandlePowerKey=ignore |