Updated helix configuratoin

This commit is contained in:
xeovalyte 2024-06-04 11:27:37 +02:00
parent 2e25cdebf6
commit 32d4107ef5
No known key found for this signature in database
2 changed files with 4 additions and 1 deletions

View File

@ -7,6 +7,9 @@
defaultEditor = true;
settings = {
theme = "base16";
editor.cursor-shape = {
insert = "bar";
};
};
themes = {
base16 = let

View File

@ -34,7 +34,7 @@
open = true;
nvidiaSettings = true;
package = config.boot.kernelPackages.nvidiaPackages.beta;
package = pkgs.unstable.linuxKernel.packages.linux_6_6.nvidia_x11_beta;
};
programs.gamemode.enable = true;