From f03ae10ccbc166febb1e76eaca5a0199f3e9a247 Mon Sep 17 00:00:00 2001 From: randogoth Date: Mon, 9 Feb 2026 18:39:21 +0100 Subject: [PATCH 1/2] removed forced timezone --- modules/system/locale.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/system/locale.nix b/modules/system/locale.nix index 63cde90..2f619b6 100644 --- a/modules/system/locale.nix +++ b/modules/system/locale.nix @@ -1,7 +1,7 @@ { ... }: { - time.timeZone = "UTC"; + # time.timeZone = "UTC"; i18n.defaultLocale = "en_US.UTF-8"; console.keyMap = "us"; From 2273c9f09a970b19935115842a27a6e536e192d1 Mon Sep 17 00:00:00 2001 From: randogoth Date: Mon, 9 Feb 2026 18:39:59 +0100 Subject: [PATCH 2/2] saner homefile --- templates/home-home.nix | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/templates/home-home.nix b/templates/home-home.nix index 2151c60..b20aacb 100644 --- a/templates/home-home.nix +++ b/templates/home-home.nix @@ -36,10 +36,10 @@ skip_workdir = "1"; }; containers = { - ubuntu = { - image = "ubuntu:latest"; - entry = true; - }; + # ubuntu = { + # image = "ubuntu:latest"; + # entry = true; + # }; }; }; home-manager.enable = true; @@ -82,7 +82,7 @@ # alacritty # GPU accelerated terminal emulator # kitty # GPU accelerated terminal emulator - jetbrains-toolbox # fresh versions of Android Studio and other tools + # jetbrains-toolbox # fresh versions of Android Studio and other tools # devpod # open-source code spaces pods # Podman desktop application @@ -95,15 +95,12 @@ ''; }; - xdg.userDirs = { - enable = true; - }; - home.sessionVariables = { # you can change the default terminal and editor here TERMINAL = "${pkgs.ptyxis}/bin/ptyxis"; DEFAULT_TERMINAL = "${pkgs.ptyxis}/bin/ptyxis"; EDITOR = "micro"; + # Enables distinct home folders for each distrobox in ~/distrobox DBX_CONTAINER_HOME_PREFIX = "$HOME/distrobox"; };