fix zenburn, fix helix
This commit is contained in:
parent
a4c6932684
commit
af35159c2e
5 changed files with 120 additions and 144 deletions
|
@ -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
|
||||
|
|
|
@ -17,7 +17,7 @@ in {
|
|||
package = self'.packages.helix;
|
||||
|
||||
settings = {
|
||||
theme = "zenburn";
|
||||
theme = "catppuccin_mocha";
|
||||
editor = {
|
||||
cursorline = true;
|
||||
color-modes = true;
|
||||
|
|
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue