Switch to upstream repo, change xonsh config
This commit is contained in:
parent
b12cc17adb
commit
b6b6a956ee
5 changed files with 138 additions and 57 deletions
6
home.nix
6
home.nix
|
|
@ -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 = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue