add fonts
This commit is contained in:
parent
49a3a1128a
commit
d03507a3fa
5 changed files with 17 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
home.sessionVariables = {
|
||||
BROWSER = "opera";
|
||||
BROWSER = "firefox";
|
||||
EDITOR = "nvim";
|
||||
TERMINAL = "kitty";
|
||||
NIXOS_OZONE_WL = "1";
|
||||
|
|
|
|||
|
|
@ -3,8 +3,9 @@
|
|||
{
|
||||
home.packages = [
|
||||
pkgs.vscode
|
||||
pkgs.opera
|
||||
# pkgs.opera
|
||||
pkgs.discord
|
||||
pkgs.firefox
|
||||
|
||||
# Dev stuff
|
||||
pkgs.gcc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue