refactor(treewide): format with alejandra

This commit is contained in:
ooks-io 2024-07-29 15:00:38 +12:00
parent 7fefb94400
commit 61cef505da
216 changed files with 5995 additions and 3969 deletions

View file

@ -1,6 +1,4 @@
{ ... }:
{
{...}: {
imports = [
../../../profile
];
@ -11,4 +9,3 @@
home.sessionVariables.HN = "ooksdesk";
}

View file

@ -1,6 +1,4 @@
{ ... }:
{
{...}: {
imports = [
../../../profile
];
@ -12,14 +10,15 @@
home.sessionVariables.HN = "ooksmedia";
ooknet.desktop.wayland.nvidia = true;
monitors = [{
name = "HDMI-A-1";
width = 1920;
height = 1080;
refreshRate = 60;
workspace = "1";
primary = true;
}];
}
monitors = [
{
name = "HDMI-A-1";
width = 1920;
height = 1080;
refreshRate = 60;
workspace = "1";
primary = true;
}
];
}

View file

@ -1,6 +1,4 @@
{ inputs, ... }:
{
{inputs, ...}: {
imports = [
../../../profile
];
@ -9,15 +7,16 @@
home.sessionVariables.HN = "ooksmicro";
monitors = [{
name = "DSI-1";
width = 720;
height = 1280;
workspace = "1";
primary = true;
transform = 3;
}];
monitors = [
{
name = "DSI-1";
width = 720;
height = 1280;
workspace = "1";
primary = true;
transform = 3;
}
];
colorscheme = inputs.nix-colors.colorSchemes.gruvbox-material-dark-soft;
}

View file

@ -1,11 +1,12 @@
{ pkgs, config, ... }:
{
pkgs,
config,
...
}: {
imports = [
../../../profile
];
theme.phone.enable = true;
ooknet = {
@ -43,7 +44,7 @@
package = pkgs.gitAndTools.gitFull;
userName = "ooks-io";
userEmail = "ooks@protonmail.com";
ignores = [ ".direnv" "result" ];
ignores = [".direnv" "result"];
lfs.enable = true;
};
};
@ -59,4 +60,3 @@
home.stateVersion = "23.11";
}

View file

@ -1,6 +1,4 @@
{ ... }:
{
{...}: {
imports = [
../../../profile
];
@ -19,4 +17,3 @@
};
home.sessionVariables.HN = "ookst480s";
}