add fonts

This commit is contained in:
danny 2024-12-14 00:15:35 +08:00
parent 49a3a1128a
commit d03507a3fa
5 changed files with 17 additions and 6 deletions

View file

@ -49,7 +49,7 @@ bind = $mainMod SHIFT, h, movewindow, l
bind = $mainMod SHIFT, k, movewindow, u
bind = $mainMod SHIFT, j, movewindow, d
bind = $mainMod, f, exec, opera
bind = $mainMod, f, exec, firefox
# Move/resize windows with mainMod + LMB/RMB and dragging
bindm = $mainMod, mouse:272, movewindow

View file

@ -1,6 +1,6 @@
{
home.sessionVariables = {
BROWSER = "opera";
BROWSER = "firefox";
EDITOR = "nvim";
TERMINAL = "kitty";
NIXOS_OZONE_WL = "1";

View file

@ -3,8 +3,9 @@
{
home.packages = [
pkgs.vscode
pkgs.opera
# pkgs.opera
pkgs.discord
pkgs.firefox
# Dev stuff
pkgs.gcc