diff --git a/hosts/common/default.nix b/hosts/common/default.nix index 9cfd162..bec0e57 100644 --- a/hosts/common/default.nix +++ b/hosts/common/default.nix @@ -21,6 +21,8 @@ }) ]; + boot.kernelPackages = pkgs.linuxPackages_zen; + virtualisation.vmVariant = { # following configuration is added only when building VM with build-vm virtualisation = { diff --git a/modules/home-manager/vim.nix b/modules/home-manager/vim.nix index 8dbedad..eddcd07 100644 --- a/modules/home-manager/vim.nix +++ b/modules/home-manager/vim.nix @@ -22,7 +22,7 @@ plugins.gitsigns.enable = true; - colorschemes.rose-pine.enable = true; + colorschemes.dracula.enable = true; options = { number = true; relativenumber = true;