fix: Flake | use nixfmt=classic to format nix files

This commit is contained in:
2025-02-17 19:24:25 +05:00
parent 234e52f051
commit 7eab398f6d
41 changed files with 189 additions and 370 deletions

View File

@@ -1,9 +1,5 @@
{
...
}:
{ ... }:
{
imports = [
./host-spec.nix
];
imports = [ ./host-spec.nix ];
}

View File

@@ -1,10 +1,5 @@
# Specifications For Differentiating Hosts
{
config,
lib,
...
}:
{
{ config, lib, ... }: {
options.hostSpec = {
username = lib.mkOption {
type = lib.types.str;
@@ -68,7 +63,8 @@
scaling = lib.mkOption {
type = lib.types.str;
default = "1";
description = "Used to indicate what scaling to use. Floating point number";
description =
"Used to indicate what scaling to use. Floating point number";
};
font = lib.mkOption {
type = lib.types.str;