Updated helix configuratoin
This commit is contained in:
parent
2e25cdebf6
commit
32d4107ef5
@ -7,6 +7,9 @@
|
||||
defaultEditor = true;
|
||||
settings = {
|
||||
theme = "base16";
|
||||
editor.cursor-shape = {
|
||||
insert = "bar";
|
||||
};
|
||||
};
|
||||
themes = {
|
||||
base16 = let
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user