aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKatharina Fey <kookie@spacekookie.de>2019-11-16 16:48:57 +0100
committerKatharina Fey <kookie@spacekookie.de>2019-11-16 16:49:36 +0100
commit76db8fbf4587a254ddca65f90ff936995bbccf0c (patch)
treec7be543e0efaa66af7284415e4b9e8add376e8a1
parent9f546a2a303657732cfba6ecacecc23a1ff56afa (diff)
ws/time: Enabling automatic timezone switching
Yes, I'm one of those people who likes timezones and doesn't want their life to be in UTC.
-rw-r--r--modules/workstation/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/workstation/default.nix b/modules/workstation/default.nix
index b0b6be78cf6..077eae4bbc8 100644
--- a/modules/workstation/default.nix
+++ b/modules/workstation/default.nix
@@ -10,7 +10,7 @@
* can be operated entirely in userspace.
*/
-{ pkgs, home-manager, ... }:
+{ home-manager, ... }:
{
home-manager.users.spacekookie = { ... }: {
@@ -32,5 +32,6 @@
./redshift
./sound
./syncthing
+ ./time
];
}