commit 2966d6d6f09677df8e30bd3cf3280cc628682862
parent e142859c439919b4675168e790555fe3c8529576
Author: Milutin Popovic <milutin@popovic.xyz>
Date: Mon, 9 Mar 2026 00:28:59 +0100
fix minor
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/modules/packages.nix b/modules/packages.nix
@@ -49,7 +49,7 @@ with pkgs; {
];
cli = [
- pass
+ (pass.withExtensions (exts: [ exts.pass-otp ]))
ripgrep
fzf
wget
diff --git a/system/host/frame.nix b/system/host/frame.nix
@@ -58,7 +58,6 @@
networking.wireless.enable = true;
# time/locale
- time.timeZone = "Europe/Lisbon";
i18n.defaultLocale = "en_US.UTF-8";
# programs
@@ -94,6 +93,7 @@
# services
services = {
+ automatic-timezoned.enable = true;
upower.enable = true;
fwupd.enable = true;
openssh.enable = true;