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 = [
inputs.nixos-hardware.nixosModules.lenovo-thinkpad-x260
inputs.nixos-hardware.nixosModules.common-pc-laptop
@ -23,6 +30,7 @@
auto-cpufreq.enable = true;
gnome-calendar.enable = true;
};
primary.enable = false;
wm = {
sway.enable = true;
kde.enable = false;