add fonts
This commit is contained in:
parent
49a3a1128a
commit
d03507a3fa
5 changed files with 17 additions and 6 deletions
|
|
@ -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