dregil: Use home-manager to set keyboard

This commit is contained in:
Alexander Kobjolke 2023-08-01 16:03:32 +02:00
parent f8411ac7e9
commit 53b6e8d5b4
3 changed files with 44 additions and 47 deletions

View file

@ -6,12 +6,9 @@ let
pkgs = import inputs.nixpkgs-unstable {
inherit system;
config = {
allowUnfree = true;
};
config = { allowUnfree = true; };
};
in
nixosSystem {
in nixosSystem {
inherit system pkgs;
specialArgs = { inherit inputs; };
modules = [