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 = [
|
||||
./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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue