format with prettier formatter :3

This commit is contained in:
foxora 2026-03-03 04:26:35 +00:00
parent 8b1a6aca39
commit 211fa03252
18 changed files with 480 additions and 500 deletions

View file

@ -1,5 +1,4 @@
{ config, lib, pkgs, ... }:
{
{pkgs, ...}: {
imports = [
./hardware-configuration.nix
];
@ -57,7 +56,7 @@
users.users.foxora = {
isNormalUser = true;
extraGroups = [ "wheel" ];
extraGroups = ["wheel"];
packages = with pkgs; [
tree
@ -91,4 +90,3 @@
system.stateVersion = "25.11";
}