From fdfd7921ff0481c491d82254b23cff478552919b Mon Sep 17 00:00:00 2001 From: zackartz Date: Fri, 8 Mar 2024 10:44:24 -0500 Subject: [PATCH] 153 current 2024-03-08 10:44:16 24.05.20240306.9df3e30 6.7.7-zen1 * --- hosts/common/default.nix | 2 ++ modules/home-manager/vim.nix | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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;