fix zenburn, fix helix

This commit is contained in:
Charlie Root 2024-09-29 22:35:41 +02:00
commit af35159c2e
5 changed files with 120 additions and 144 deletions

View file

@ -16,7 +16,7 @@
base09 = "#fab387"; # peach
base0A = "#a6e3a1"; # yellow
base0B = "#94e2d5"; # green
base0C = "#94e2d5"; # teal
base0C = "#a6e3a1"; # teal
base0D = "#89b4fa"; # blue
base0E = "#cba6f7"; # mauve
base0F = "#f2cdcd"; # flamingo

View file

@ -17,7 +17,7 @@ in {
package = self'.packages.helix;
settings = {
theme = "zenburn";
theme = "catppuccin_mocha";
editor = {
cursorline = true;
color-modes = true;

View file

@ -10,7 +10,8 @@ in {
config = mkIf cfg.enable {
programs.steam = {
enable = true;
package = pkgs.steam-small.override {
protontricks.enable = true;
package = pkgs.steam.override {
extraEnv = {
MANGOHUD = true;
SDL_VIDEODRIVER = "x11";