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,10 +1,8 @@
{
...
}: {
{...}: {
hardware = {
amdgpu = {
initrd = {
enable = true;
enable = true;
};
};
};

View file

@ -1,12 +1,10 @@
{
...
}: {
{...}: {
hardware = {
enableRedistributableFirmware = true;
enableRedistributableFirmware = true;
cpu = {
amd = {
updateMicrocode = true;
};
};
};
}
}

View file

@ -1,7 +1,5 @@
{
...
}: {
hardware = {
{...}: {
hardware = {
graphics = {
enable = true;
enable32Bit = true;

View file

@ -1,13 +1,11 @@
{
...
}: {
{...}: {
hardware = {
openrazer = {
enable = true;
users = [
"hand7s"
];
batteryNotifier = {
enable = true;
percentage = 15;

View file

@ -1,10 +1,8 @@
{
...
}: {
{...}: {
hardware = {
keyboard = {
qmk = {
enable = true;
enable = true;
};
};
};

View file

@ -1,6 +1,4 @@
{
...
}: {
{...}: {
zramSwap = {
enable = true;
algorithm = "zstd";