hosts | formating and add flag for primary system

This commit is contained in:
Don Harper 2025-09-02 21:02:07 -05:00
parent 25ef9fe1ac
commit 5439aff12e
6 changed files with 53 additions and 7 deletions

View file

@ -1,4 +1,11 @@
{ inputs, outputs, lib, config, pkgs, ... }: {
{
inputs,
outputs,
lib,
config,
pkgs,
...
}: {
imports = [
./hardware-configuration.nix
# ../disko/mmcblk.nix
@ -18,6 +25,7 @@
tlp.enable = false;
gnome-calendar.enable = false;
};
primary.enable = false;
wm = {
sway.enable = true;
kde.enable = false;