Formatter: Switch to alejandra

I like its style better
This commit is contained in:
2026-03-15 17:37:50 +01:00
parent 1f1a76b92d
commit a81caa8e1b
49 changed files with 75 additions and 183 deletions

View File

@@ -4,7 +4,6 @@
lib,
...
}:
{
imports = [
./hardware-configuration.nix
@@ -30,7 +29,6 @@
graphics = {
enable = true;
extraPackages = with pkgs; [
vaapi-intel-hybrid
vpl-gpu-rt
];

View File

@@ -8,7 +8,6 @@
modulesPath,
...
}:
{
imports = [
(modulesPath + "/installer/scan/not-detected.nix")
@@ -23,6 +22,7 @@
"uas"
"sd_mod"
];
kernelModules = [ ];
};
@@ -110,7 +110,6 @@
options = [
"defaults"
];
}
];

View File

@@ -1,7 +1,4 @@
{
...
}:
{ ... }:
{
imports = [
./flatpak.nix

View File

@@ -4,7 +4,5 @@
lib,
...
}:
{
}

View File

@@ -4,7 +4,6 @@
lib,
...
}:
{
environment = {
systemPackages = with pkgs.gnomeExtensions; [

View File

@@ -1,7 +1,4 @@
{
...
}:
{ ... }:
{
dconf.settings = {
"org/gnome/Console" = {

View File

@@ -1,7 +1,4 @@
{
...
}:
{ ... }:
{
imports = [
./apps.nix

View File

@@ -1,7 +1,4 @@
{
...
}:
{ ... }:
{
dconf.settings = { };
}

View File

@@ -1,8 +1,4 @@
{
...
}:
{ ... }:
{
dconf.settings = {
"org/gnome/desktop/peripherals/touchpad" = {

View File

@@ -1,7 +1,4 @@
{
...
}:
{ ... }:
{
imports = [
./dconf

View File

@@ -4,12 +4,11 @@
lib,
...
}:
{
environment.systemPackages = with pkgs; [
btop
gnome-power-manager
nvtopPackages.intel
intel-gpu-tools
nvtopPackages.intel
];
}

View File

@@ -1,7 +1,3 @@
{ ... }:
{
...
}:
{
}

View File

@@ -1,8 +1,4 @@
{
pkgs,
...
}:
{ pkgs, ... }:
{
services.thermald.enable = true;
services.power-profiles-daemon.enable = false;