nix-configs

Personal NixOS and home-manager configuration files
Log | Files | Refs

commit 09038b178c844842bdada92edbcb5441cba5425f
parent aaaa02ca6c638f63dd21eb48adc400ada3436cab
Author: breadcat <breadcat@users.noreply.github.com>
Date:   Wed, 30 Jul 2025 18:32:50 +0100

We don't need pkgs here

Diffstat:
Mcommon/locale.nix | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/common/locale.nix b/common/locale.nix @@ -1,4 +1,4 @@ -{ config, pkgs, ... }: +{ config, ... }: let timezone = "Europe/London";