style: utilise keep-sorted formatter

This commit is contained in:
wi11-holdsworth 2025-09-17 11:47:17 +10:00
parent fd65dc21ad
commit f04a4ca44d
31 changed files with 86 additions and 27 deletions

View file

@ -1,7 +1,4 @@
{
pkgs,
hostName,
inputs,
userName,
...
}:
@ -13,14 +10,17 @@
# reusable modules
# keep-sorted start
amd-gpu.enable = true;
desktop.enable = true;
gnome.enable = true;
tlp.enable = true;
# keep-sorted end
# config
boot.initrd.luks.devices."luks-a7726a9d-535f-44bc-9c0e-adc501fad371".device = "/dev/disk/by-uuid/a7726a9d-535f-44bc-9c0e-adc501fad371";
boot.initrd.luks.devices."luks-a7726a9d-535f-44bc-9c0e-adc501fad371".device =
"/dev/disk/by-uuid/a7726a9d-535f-44bc-9c0e-adc501fad371";
system.stateVersion = "24.11";
@ -28,10 +28,12 @@
users.users.${userName} = {
extraGroups = [
# keep-sorted start
"networkmanager"
"wheel"
"scanner"
"lp"
# keep-sorted end
];
isNormalUser = true;
};