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