Use nixfmt to format all .nix files

This commit is contained in:
Bart van der Braak 2025-01-22 11:14:58 +01:00
parent 454d2b9341
commit e993042ff6
48 changed files with 206 additions and 140 deletions

View file

@ -5,7 +5,14 @@
users.users.bart = {
isNormalUser = true;
description = "Bart van der Braak";
extraGroups = [ "networkmanager" "input" "wheel" "video" "audio" "tss" ];
extraGroups = [
"networkmanager"
"input"
"wheel"
"video"
"audio"
"tss"
];
shell = pkgs.bash;
packages = with pkgs; [
spotify
@ -16,4 +23,4 @@
# Change runtime directory size
services.logind.extraConfig = "RuntimeDirectorySize=8G";
}
}