From 05a76e8d851b41f2a19c5302e7777b0e1705230d Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Sat, 11 May 2019 12:36:06 -0700 Subject: [PATCH] [NixOS] Enable locate --- nixos/configuration.nix | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/nixos/configuration.nix b/nixos/configuration.nix index e8d565d0..9d1514c9 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -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; };