changed to alejandra for formatting

This commit is contained in:
2026-06-28 13:55:43 +01:00
parent 65e5fd2d99
commit 44404e02a0
7 changed files with 207 additions and 222 deletions

View File

@@ -4,9 +4,7 @@
pkgs,
inputs,
...
}:
{
}: {
networking.hostName = "mobile02"; # Define your hostname.
# Opengl and vulkan
@@ -36,7 +34,7 @@
# Local User
users.users.user01 = {
extraGroups = [ ];
extraGroups = [];
packages = with pkgs; [
# Ricing
inputs.way-edges.packages.${stdenv.hostPlatform.system}.way-edges
@@ -48,5 +46,4 @@
};
programs.steam.enable = true;
}