From e4b410f300184264525a4578d1c9194264d1ac33 Mon Sep 17 00:00:00 2001 From: polwex Date: Thu, 22 Aug 2024 18:43:28 +0700 Subject: m --- hosts/local/fw11/configuration.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'hosts/local/fw11/configuration.nix') diff --git a/hosts/local/fw11/configuration.nix b/hosts/local/fw11/configuration.nix index 37ca6a9..bd9aa30 100644 --- a/hosts/local/fw11/configuration.nix +++ b/hosts/local/fw11/configuration.nix @@ -12,6 +12,7 @@ inherit pkgs; modules = [ ../../../wrappers/chromium + ../../../wrappers/brave ]; }; in { @@ -44,6 +45,7 @@ in { # Set your time zone. time.timeZone = "Asia/Bangkok"; + # time.timeZone = "Europe/Madrid"; # Enable CUPS to print documents. # services.printing.enable = true; @@ -55,6 +57,8 @@ in { # firmware update services.fwupd.enable = true; + services.flatpak.enable = true; + # This value determines the NixOS release from which the default # settings for stateful data, like file locations and database versions # on your system were taken. It‘s perfectly fine and recommended to leave -- cgit v1.2.3