wittle fix

This commit is contained in:
alisceon 2026-01-08 19:50:06 +01:00
parent 86a63e1131
commit 1b3a27539f
2 changed files with 7 additions and 9 deletions

12
flake.lock generated
View file

@ -243,11 +243,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1767889854, "lastModified": 1767895966,
"narHash": "sha256-GfGSk0M0u6EOVEUaWRCbD388BKCrUie3IMj3YmQAZ3A=", "narHash": "sha256-TCwEuNAuZMcF1b36yikn37mzXE6ef+FtAhZ8DSOJO8U=",
"owner": "nix-community", "owner": "nix-community",
"repo": "NUR", "repo": "NUR",
"rev": "984f8b7cd88215f470c41e4f7c5ce549758ce5d7", "rev": "927ccd5313844ba2b0fdb1c6e1de889ea175c3b0",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -264,11 +264,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1767889854, "lastModified": 1767895966,
"narHash": "sha256-GfGSk0M0u6EOVEUaWRCbD388BKCrUie3IMj3YmQAZ3A=", "narHash": "sha256-TCwEuNAuZMcF1b36yikn37mzXE6ef+FtAhZ8DSOJO8U=",
"owner": "nix-community", "owner": "nix-community",
"repo": "NUR", "repo": "NUR",
"rev": "984f8b7cd88215f470c41e4f7c5ce549758ce5d7", "rev": "927ccd5313844ba2b0fdb1c6e1de889ea175c3b0",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -362,9 +362,6 @@
enable_audio_bell = false; enable_audio_bell = false;
window_padding_width = 2; window_padding_width = 2;
}; };
environment = {
SHELL_THICCNESS = "LOW"; # instructs xonsh to default to a slim environment
};
}; # end kitty }; # end kitty
}; # end programs }; # end programs
gtk = { gtk = {
@ -426,5 +423,6 @@
# setting GNOME_DESKTOP_SESSION_ID will fool some legacy systems into thinking we're running gnome # 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 # 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"; GNOME_DESKTOP_SESSION_ID = "999";
SHELL_THICCNESS = "LOW"; # instructs xonsh to default to a slim environment
}; };
} # end file } # end file