rena pfp, try making default term kitty (broken)

This commit is contained in:
Miranda Marquez 2024-03-14 19:09:41 -08:00
parent 2cd82db5c5
commit f24c213d20

View File

@ -60,6 +60,15 @@ with lib.hm.gvariant;
# environment.variables = rec { # environment.variables = rec {
# EDITOR = "emacs -nw"; # EDITOR = "emacs -nw";
# }; # };
home.sessionVariables = {
EDITOR = "emacs";
TERMINAL = "kitty";
TERM_PROGRAM = "kitty";
BROWSER = "firefox";
};
programs.kitty = {
enable = true;
};
# environment.systemPackages = with pkgs; [ # environment.systemPackages = with pkgs; [
# (python3.withPackages( # (python3.withPackages(
# ps: with ps; [epc sexpdata six pynput inflect PyQt6 PyQt6-Qt6 PyQt6-sip])) # 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; source = inputs.emacs-config;
recursive = true; recursive = true;
}; };
home.file.".face".source = builtins.fetchurl {
url = "https://marq42.xyz/rena.webp";
sha256 = "10x3qvfdp79fmbbi7ljnqx419xmwpiyyr4pfxhynh3xq7fd0laz2";
};
# programs.dconf.enable = true; # programs.dconf.enable = true;
home.file.".local/share/backgrounds/mojave.jpg".source = builtins.fetchurl { home.file.".local/share/backgrounds/mojave.jpg".source = builtins.fetchurl {
url = "https://www.teahub.io/photos/full/154-1542362_mac-os-mojave-screenshot.jpg"; url = "https://www.teahub.io/photos/full/154-1542362_mac-os-mojave-screenshot.jpg";