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; defaultEditor = true;
settings = { settings = {
theme = "base16"; theme = "base16";
editor.cursor-shape = {
insert = "bar";
};
}; };
themes = { themes = {
base16 = let base16 = let

View File

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