rena pfp, try making default term kitty (broken)
This commit is contained in:
parent
2cd82db5c5
commit
f24c213d20
13
home.nix
13
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";
|
||||
|
Loading…
Reference in New Issue
Block a user