From 12981c06221dc575c5e1b7e9451512929c95235c Mon Sep 17 00:00:00 2001 From: Kyler Clay Date: Wed, 25 Sep 2024 03:04:11 -0400 Subject: [PATCH] Commit for generation 67 --- flake.lock | 12 ++++++------ glasshouse-desktop/configuration.nix | 4 ++++ 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/flake.lock b/flake.lock index 7316011..3bbe57e 100644 --- a/flake.lock +++ b/flake.lock @@ -388,13 +388,13 @@ "pre-commit-hooks": "pre-commit-hooks" }, "locked": { - "lastModified": 1, + "lastModified": 1727237241, "narHash": "sha256-Y+21IYiPTQWOuHzD+KucrdVnBokpyDRZTrFp0Ir8qVE=", - "path": "glasshouse-desktop/dotfiles/packages/nixvim", + "path": "/home/pagedmov/sysflakes/glasshouse-desktop/dotfiles/packages/nixvim", "type": "path" }, "original": { - "path": "glasshouse-desktop/dotfiles/packages/nixvim", + "path": "/home/pagedmov/sysflakes/glasshouse-desktop/dotfiles/packages/nixvim", "type": "path" } }, @@ -450,13 +450,13 @@ "nixpkgs": "nixpkgs_3" }, "locked": { - "lastModified": 1, + "lastModified": 1727237241, "narHash": "sha256-S3crmqg/CDKf+QTwnZUR6udyjsvqS0P0y56wGuJmOno=", - "path": "glasshouse-desktop/dotfiles/packages/toilet", + "path": "/home/pagedmov/sysflakes/glasshouse-desktop/dotfiles/packages/toilet", "type": "path" }, "original": { - "path": "glasshouse-desktop/dotfiles/packages/toilet", + "path": "/home/pagedmov/sysflakes/glasshouse-desktop/dotfiles/packages/toilet", "type": "path" } }, diff --git a/glasshouse-desktop/configuration.nix b/glasshouse-desktop/configuration.nix index fce9b40..7fac3ef 100644 --- a/glasshouse-desktop/configuration.nix +++ b/glasshouse-desktop/configuration.nix @@ -18,6 +18,10 @@ }; }; + environment.variables = { + XCURSOR_SIZE = "24"; + }; + time.timeZone = "America/New_York"; i18n.defaultLocale = "en_US.UTF-8";