From f24c213d20457baec21e6d15173566911f31e41a Mon Sep 17 00:00:00 2001 From: Miranda Marquez Date: Thu, 14 Mar 2024 19:09:41 -0800 Subject: [PATCH] rena pfp, try making default term kitty (broken) --- home.nix | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/home.nix b/home.nix index 7e7c5db..ffc41a4 100644 --- a/home.nix +++ b/home.nix @@ -60,6 +60,15 @@ with lib.hm.gvariant; # environment.variables = rec { # EDITOR = "emacs -nw"; # }; + home.sessionVariables = { + EDITOR = "emacs"; + TERMINAL = "kitty"; + TERM_PROGRAM = "kitty"; + BROWSER = "firefox"; + }; + programs.kitty = { + enable = true; + }; # environment.systemPackages = with pkgs; [ # (python3.withPackages( # ps: with ps; [epc sexpdata six pynput inflect PyQt6 PyQt6-Qt6 PyQt6-sip])) @@ -88,6 +97,10 @@ with lib.hm.gvariant; source = inputs.emacs-config; recursive = true; }; + home.file.".face".source = builtins.fetchurl { + url = "https://marq42.xyz/rena.webp"; + sha256 = "10x3qvfdp79fmbbi7ljnqx419xmwpiyyr4pfxhynh3xq7fd0laz2"; + }; # programs.dconf.enable = true; home.file.".local/share/backgrounds/mojave.jpg".source = builtins.fetchurl { url = "https://www.teahub.io/photos/full/154-1542362_mac-os-mojave-screenshot.jpg";