[NixOS] Enable locate

This commit is contained in:
Ivan Malison 2019-05-11 12:36:06 -07:00
parent 5acfd38cec
commit 05a76e8d85
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -6,6 +6,7 @@ let
ipdb
ipython
numpy
openpyxl
pip
python-language-server
requests
@ -45,8 +46,6 @@ in
defaultLocale = "en_US.UTF-8";
};
# Set your time zone.
# TODO: this should be set dynamically
time.timeZone = "America/Los_Angeles";
fonts = {
@ -88,6 +87,7 @@ in
keybase-gui-fixed
kleopatra
kodi
libreoffice
lxappearance
pulseeffects
quassel
@ -259,6 +259,8 @@ in
services.autorandr.enable = true;
services.locate.enable = true;
services.xserver = {
exportConfiguration = true;
enable = true;
@ -279,12 +281,6 @@ in
}];
};
displayManager = {
# lightdm = {
# enable = true;
# extraSeatDefaults=''
# greeter-hide-users=false
# '';
# };
sddm = {
enable = true;
};