mirror of
https://codeberg.org/tmayoff/.dotfiles.git
synced 2025-12-06 08:48:34 -05:00
Removed things in gui.nix
This commit is contained in:
parent
ddbc68fb9c
commit
6219543b45
1 changed files with 19 additions and 20 deletions
|
|
@ -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
|
||||
# },
|
||||
# }
|
||||
# '';
|
||||
# };
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue