From 1b3a27539f6b9b5e37278c70a4027b30ac4d9a4b Mon Sep 17 00:00:00 2001 From: alisceon Date: Thu, 8 Jan 2026 19:50:06 +0100 Subject: [PATCH] wittle fix --- flake.lock | 12 ++++++------ home/wm/sway.nix | 4 +--- 2 files changed, 7 insertions(+), 9 deletions(-) diff --git a/flake.lock b/flake.lock index ec94259..39716f3 100644 --- a/flake.lock +++ b/flake.lock @@ -243,11 +243,11 @@ ] }, "locked": { - "lastModified": 1767889854, - "narHash": "sha256-GfGSk0M0u6EOVEUaWRCbD388BKCrUie3IMj3YmQAZ3A=", + "lastModified": 1767895966, + "narHash": "sha256-TCwEuNAuZMcF1b36yikn37mzXE6ef+FtAhZ8DSOJO8U=", "owner": "nix-community", "repo": "NUR", - "rev": "984f8b7cd88215f470c41e4f7c5ce549758ce5d7", + "rev": "927ccd5313844ba2b0fdb1c6e1de889ea175c3b0", "type": "github" }, "original": { @@ -264,11 +264,11 @@ ] }, "locked": { - "lastModified": 1767889854, - "narHash": "sha256-GfGSk0M0u6EOVEUaWRCbD388BKCrUie3IMj3YmQAZ3A=", + "lastModified": 1767895966, + "narHash": "sha256-TCwEuNAuZMcF1b36yikn37mzXE6ef+FtAhZ8DSOJO8U=", "owner": "nix-community", "repo": "NUR", - "rev": "984f8b7cd88215f470c41e4f7c5ce549758ce5d7", + "rev": "927ccd5313844ba2b0fdb1c6e1de889ea175c3b0", "type": "github" }, "original": { diff --git a/home/wm/sway.nix b/home/wm/sway.nix index 5bd3ebf..a917d0d 100644 --- a/home/wm/sway.nix +++ b/home/wm/sway.nix @@ -362,9 +362,6 @@ enable_audio_bell = false; window_padding_width = 2; }; - environment = { - SHELL_THICCNESS = "LOW"; # instructs xonsh to default to a slim environment - }; }; # end kitty }; # end programs gtk = { @@ -426,5 +423,6 @@ # setting GNOME_DESKTOP_SESSION_ID will fool some legacy systems into thinking we're running gnome # this is an issue for xdg-open which can be circumvented by adding glib to the system which lets xdg-open fallback to gio-open GNOME_DESKTOP_SESSION_ID = "999"; + SHELL_THICCNESS = "LOW"; # instructs xonsh to default to a slim environment }; } # end file