formating

This commit is contained in:
Don Harper 2025-08-31 15:13:01 -05:00
parent 63e412b597
commit e634c42b23
11 changed files with 141 additions and 186 deletions

View file

@ -1,11 +1,4 @@
{
inputs,
outputs,
lib,
config,
pkgs,
...
}: {
{ inputs, outputs, lib, config, pkgs, ... }: {
imports = [
inputs.nixos-hardware.nixosModules.dell-xps-13-9310
./hardware-configuration.nix
@ -13,7 +6,7 @@
../workstation
];
networking.hostName = "loki";
boot.binfmt.emulatedSystems = ["aarch64-linux"];
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
variables.address = "100.72.0.1";
variables.swayScale = "1.1";