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,
|
inputs,
|
||||||
config,
|
|
||||||
pkgs,
|
pkgs,
|
||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
|
|
@ -22,28 +21,28 @@
|
||||||
libreoffice
|
libreoffice
|
||||||
obsidian
|
obsidian
|
||||||
|
|
||||||
(config.lib.nixGL.wrap unstable.onagre)
|
# (config.lib.nixGL.wrap unstable.onagre)
|
||||||
];
|
];
|
||||||
|
|
||||||
# programs.vscode.enable = true;
|
# programs.vscode.enable = true;
|
||||||
|
|
||||||
programs.alacritty = {
|
# programs.alacritty = {
|
||||||
enable = true;
|
# enable = true;
|
||||||
package = config.lib.nixGL.wrap pkgs.alacritty;
|
# package = config.lib.nixGL.wrap pkgs.alacritty;
|
||||||
};
|
# };
|
||||||
|
|
||||||
programs.wezterm = {
|
# programs.wezterm = {
|
||||||
enable = false;
|
# enable = false;
|
||||||
package = config.lib.nixGL.wrap pkgs.wezterm;
|
# package = config.lib.nixGL.wrap pkgs.wezterm;
|
||||||
extraConfig = ''
|
# extraConfig = ''
|
||||||
return {
|
# return {
|
||||||
font_size=9.25,
|
# font_size=9.25,
|
||||||
color_scheme="catppuccin-latte",
|
# color_scheme="catppuccin-latte",
|
||||||
hide_tab_bar_if_only_one_tab = true,
|
# hide_tab_bar_if_only_one_tab = true,
|
||||||
window_frame = {
|
# window_frame = {
|
||||||
font_size = 10
|
# font_size = 10
|
||||||
},
|
# },
|
||||||
}
|
# }
|
||||||
'';
|
# '';
|
||||||
};
|
# };
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue