diff --git a/nixos/modules/comma.nix b/nixos/modules/comma.nix index 6d6b630..0020769 100644 --- a/nixos/modules/comma.nix +++ b/nixos/modules/comma.nix @@ -1,5 +1,4 @@ {inputs, ...}: { imports = [inputs.nix-index-database.nixosModules.nix-index]; programs.nix-index-database.comma.enable = true; - programs.command-not-found.enable = false; } diff --git a/nixos/profiles/default.nix b/nixos/profiles/default.nix index 740c53e..4d7bdad 100644 --- a/nixos/profiles/default.nix +++ b/nixos/profiles/default.nix @@ -13,6 +13,8 @@ ../users/willem/linux.nix ]; + programs.command-not-found.enable = false; + console.keyMap = "colemak"; console.packages = [pkgs.terminus_font];