fmt: alejandra

This commit is contained in:
2025-03-24 01:13:22 -05:00
parent ae454228f6
commit 9dbe1605e0
13 changed files with 379 additions and 400 deletions

View File

@@ -3,15 +3,11 @@
customPackageOverlay,
modulesPath,
...
}:
let
custom-fonts = import ../../fonts { inherit pkgs; };
in
{
}: let
custom-fonts = import ../../fonts {inherit pkgs;};
in {
imports = [
"${modulesPath}/profiles/minimal.nix"
];
wsl = {
@@ -28,7 +24,6 @@ in
nativeSystemd = true;
wslConf.interop.appendWindowsPath = false;
};
networking.hostName = "nixosEggYoke"; # Define your hostname.
@@ -90,5 +85,4 @@ in
# Optional (default: 41641):
services.tailscale.port = 62532;
}