mirror of
https://github.com/willemml/dotfiles.nix.git
synced 2025-04-12 11:17:17 +00:00
Fixes comma module for darwin
This commit is contained in:
parent
2498a0670d
commit
c0fcf7f533
2 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -13,6 +13,8 @@
|
|||
../users/willem/linux.nix
|
||||
];
|
||||
|
||||
programs.command-not-found.enable = false;
|
||||
|
||||
console.keyMap = "colemak";
|
||||
console.packages = [pkgs.terminus_font];
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue