testing the new config before pushing to main
This commit is contained in:
parent
a545953c2d
commit
c53123d2c5
38 changed files with 370 additions and 198 deletions
|
|
@ -1,16 +1,17 @@
|
|||
{ config, lib, ... }:
|
||||
let
|
||||
cfg = config.system.profile.laptop;
|
||||
cfg = config.systemProfile.laptop;
|
||||
in
|
||||
{
|
||||
imports = [
|
||||
../modules
|
||||
../../modules
|
||||
];
|
||||
config = cfg.enable {
|
||||
system = {
|
||||
|
||||
config = lib.mkIf cfg.enable {
|
||||
systemModules = {
|
||||
hardware = {
|
||||
bluetooth.enable = true;
|
||||
powerSettings.enable = true
|
||||
power.enable = true;
|
||||
backlight.enable = true;
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue