diff --git a/dot_config/flake/home/gui.nix b/dot_config/flake/home/gui.nix index 59a7430..c3936f1 100644 --- a/dot_config/flake/home/gui.nix +++ b/dot_config/flake/home/gui.nix @@ -1,6 +1,5 @@ { inputs, - config, pkgs, ... }: { @@ -22,28 +21,28 @@ libreoffice obsidian - (config.lib.nixGL.wrap unstable.onagre) + # (config.lib.nixGL.wrap unstable.onagre) ]; # programs.vscode.enable = true; - programs.alacritty = { - enable = true; - package = config.lib.nixGL.wrap pkgs.alacritty; - }; + # programs.alacritty = { + # enable = true; + # package = config.lib.nixGL.wrap pkgs.alacritty; + # }; - programs.wezterm = { - enable = false; - package = config.lib.nixGL.wrap pkgs.wezterm; - extraConfig = '' - return { - font_size=9.25, - color_scheme="catppuccin-latte", - hide_tab_bar_if_only_one_tab = true, - window_frame = { - font_size = 10 - }, - } - ''; - }; + # programs.wezterm = { + # enable = false; + # package = config.lib.nixGL.wrap pkgs.wezterm; + # extraConfig = '' + # return { + # font_size=9.25, + # color_scheme="catppuccin-latte", + # hide_tab_bar_if_only_one_tab = true, + # window_frame = { + # font_size = 10 + # }, + # } + # ''; + # }; }