mirror of
https://github.com/zoriya/flake.git
synced 2026-06-07 12:25:59 +00:00
Enable automatic timezone
This commit is contained in:
@@ -25,6 +25,9 @@
|
||||
i18n.inputMethod.enabled = "ibus";
|
||||
i18n.inputMethod.ibus.engines = with pkgs.ibus-engines; [mozc];
|
||||
|
||||
# Allow automatic timezoned to work.
|
||||
services.geoclue2.enableDemoAgent = lib.mkForce true;
|
||||
|
||||
# TODO: Remove this, temporary fix while the extension is not published.
|
||||
fileSystems."/home/zoriya/.local/share/gnome-shell/extensions/fairy@zoriya.dev" = {
|
||||
device = "/home/zoriya/projects/fairy/";
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
efi.canTouchEfiVariables = true;
|
||||
};
|
||||
networking.networkmanager.enable = true;
|
||||
time.timeZone = "Asia/Tokyo";
|
||||
services.automatic-timezoned.enable = true;
|
||||
|
||||
programs.gnupg.agent = {
|
||||
enable = true;
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
};
|
||||
aggregatedFonts = pkgs.buildEnv {
|
||||
name = "system-fonts";
|
||||
paths = config.fonts.fonts;
|
||||
paths = config.fonts.packages;
|
||||
pathsToLink = ["/share/fonts"];
|
||||
};
|
||||
in {
|
||||
|
||||
Reference in New Issue
Block a user