task sync changes to all <host>/default.nix

This commit is contained in:
Don Harper 2026-05-20 08:04:16 -05:00
parent 4b20ed8394
commit 4364fb17f1
17 changed files with 81 additions and 195 deletions

View file

@ -1,18 +1,11 @@
{
inputs,
outputs,
lib,
config,
pkgs,
...
}: {
{ inputs, outputs, lib, config, pkgs, ... }: {
imports = [
../templates/workstation.nix
inputs.nixos-hardware.nixosModules.google-pixelbook
inputs.sops-nix.nixosModules.sops
./hardware-configuration.nix
# ../disko/mmcblk.nix
../workstation
];
networking.hostName = "eve";
variables.swayScale = "1.5";
@ -22,5 +15,5 @@
kmscon.enable = true;
auto-cpufreq.enable = true;
};
wm = {sway.enable = true;};
wm.sway.enable = true;
}