dregil: Use home-manager to set keyboard
This commit is contained in:
parent
f8411ac7e9
commit
53b6e8d5b4
3 changed files with 44 additions and 47 deletions
|
|
@ -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 = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue