aboutsummaryrefslogtreecommitdiff
path: root/nixos/modules/desktop.nix
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2022-08-22 10:46:35 +0200
committerKarel Kočí <cynerd@email.cz>2022-08-22 10:46:35 +0200
commit7fdca49b75b85a41da9dae34b01a01c88f38c142 (patch)
tree516f36969485078c6f0d7ff5cee527ecf945a5dc /nixos/modules/desktop.nix
parent13a3dad58e96eff16ef84d756eeca14f65087695 (diff)
downloadnixos-personal-7fdca49b75b85a41da9dae34b01a01c88f38c142.tar.gz
nixos-personal-7fdca49b75b85a41da9dae34b01a01c88f38c142.tar.bz2
nixos-personal-7fdca49b75b85a41da9dae34b01a01c88f38c142.zip
Update and few changes for routers
Diffstat (limited to 'nixos/modules/desktop.nix')
-rw-r--r--nixos/modules/desktop.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/modules/desktop.nix b/nixos/modules/desktop.nix
index 500e3de..bff2c1e 100644
--- a/nixos/modules/desktop.nix
+++ b/nixos/modules/desktop.nix
@@ -229,5 +229,7 @@ in {
services.xserver.xkbOptions = "grp:alt_shift_toggle,caps:escape";
services.gpm.enable = true;
+ services.locate.enable = true;
+
};
}