home: x: put modules into folders
This commit is contained in:
parent
37c20529c1
commit
0d44b3b9f2
3 changed files with 2 additions and 2 deletions
12
home/x/keyboard/default.nix
Normal file
12
home/x/keyboard/default.nix
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{ config, lib, ... }:
|
||||
let
|
||||
cfg = config.my.home.x;
|
||||
in
|
||||
{
|
||||
config = lib.mkIf cfg.enable {
|
||||
home.keyboard = {
|
||||
layout = "fr";
|
||||
variant = "us";
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue