Switch to upstream repo, change xonsh config

This commit is contained in:
JuliaLange 2024-03-16 11:12:22 -07:00
parent b12cc17adb
commit b6b6a956ee
5 changed files with 138 additions and 57 deletions

View file

@ -1,4 +1,4 @@
{ config, pkgs, ... }:
{ config, pkgs, xdg, ... }:
{
nixpkgs.config.allowUnfree = true;
@ -23,6 +23,7 @@
./programs/ssh
./programs/wal
./programs/xdg
./programs/xonsh
./services/timers
];
@ -39,6 +40,7 @@
zathura # PDF viewer
ani-cli # Easy anime player
lutgen # LUT generator
prismlauncher # Minecraft launcher
texlive.combined.scheme-full # Latex
@ -52,6 +54,8 @@
EDITOR = "nvim";
VISUAL = "nvim";
BROWSER = "librewolf";
GRADLE_USER_HOME = "/home/pan/.local/share" + "/gradle";
CUDA_CACHE_PATH = "/home/pan/.cache" + "/nv";
};
home.sessionPath = [