Feature/rfc 0166 fmt (#113)

* change formatter to nixfmt-rfc-style

Signed-off-by: ahuston-0 <aliceghuston@gmail.com>

* Add rfc-style fmt'ing

Signed-off-by: ahuston-0 <aliceghuston@gmail.com>

---------

Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
2024-03-03 18:06:28 -05:00
committed by GitHub
parent e732499201
commit 1a8a2fa394
19 changed files with 492 additions and 264 deletions

View File

@ -1,6 +1,17 @@
{ pkgs, lib, config, name, ... }:
{
pkgs,
lib,
config,
name,
...
}:
import ../default.nix {
inherit pkgs lib config name;
inherit
pkgs
lib
config
name
;
publicKeys = [
# photon
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOGcqhLaKsjwAnb6plDavAhEyQHNvFS9Uh5lMTuwMhGF alice@parthenon-7588"

View File

@ -61,7 +61,15 @@
topgrade = {
enable = true;
settings = { misc = { disable = [ "system" "nix" "shell" ]; }; };
settings = {
misc = {
disable = [
"system"
"nix"
"shell"
];
};
};
};
};

View File

@ -1,4 +1,11 @@
{ lib, config, pkgs, name, publicKeys ? [ ], defaultShell ? "zsh", }:
{
lib,
config,
pkgs,
name,
publicKeys ? [ ],
defaultShell ? "zsh",
}:
{
inherit name;

View File

@ -1,6 +1,17 @@
{ pkgs, lib, config, name, ... }:
{
pkgs,
lib,
config,
name,
...
}:
import ../default.nix {
inherit pkgs lib config name;
inherit
pkgs
lib
config
name
;
publicKeys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMtRuAqeERMet9sFh1NEkG+pHLq/JRAAGDtv29flXF59 Richie@tmmworkshop.com Desktop"
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHJSlv8ujrMpr8qjpX2V+UBXSP5FGhM1l+/5aGnfb2MV Richie@tmmworkshop.com Laptop"