hosts | formating and add flag for primary system
This commit is contained in:
parent
25ef9fe1ac
commit
5439aff12e
6 changed files with 53 additions and 7 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue