Begin stabilize system module

This commit is contained in:
Florian RICHER 2024-05-25 23:51:37 +02:00
parent edcbfaf379
commit 6163188786
24 changed files with 63 additions and 59 deletions

View file

@ -1,4 +1,4 @@
{ config, pkgs, lib, ... }:
{ config, lib, ... }:
with lib;
let
@ -15,9 +15,5 @@ in
type = types.string;
};
};
config = {
imports = [
./${cfg.layout}
];
};
config = (import ./${cfg.layout}.nix {});
}

View file

@ -1,4 +1,4 @@
{ config, pkgs, ... }:
{ ... }:
{
# Configure keymap in X11
services.xserver = {

View file

@ -1,4 +1,4 @@
{ config, pkgs, ... }:
{ ... }:
{
# Configure keymap in X11
services.xserver = {