alejandra: fmt

This commit is contained in:
hand7s 2025-04-27 12:47:02 +03:00
parent 4132420034
commit 510e39c245
No known key found for this signature in database
199 changed files with 1030 additions and 1438 deletions

View file

@ -1,7 +1,4 @@
{
config,
...
}: {
{config, ...}: {
environment = {
variables = {
AMD_VULKAN_ICD = "RADV";
@ -16,8 +13,8 @@
NIXPKGS_ALLOW_UNFREE = "1";
NIXPKGS_ALLOW_INSECURE = "1";
NIXOS_OZONE_WL = "1";
GRIMBLAST_HIDE_CURSOR = "0";
GRIMBLAST_HIDE_CURSOR = "0";
TERM = "xterm-256color";
};
};
}
}