Move to Xonsh, add hypr scripts

This commit is contained in:
JuliaLange 2024-01-20 14:03:54 -08:00
parent 7f324958a5
commit ce9124c7ed
13 changed files with 224 additions and 48 deletions

View file

@ -12,11 +12,13 @@
./programs/fish
./programs/git
./programs/hypr
./programs/lutris
./programs/mpv
./programs/nnn
./programs/nvim
./programs/pywal
./programs/rofi
./programs/spotify
./programs/ssh
./programs/xdg
];
@ -32,6 +34,9 @@
appimage-run # Lets you run app images
zathura # PDF viewer
ani-cli # Easy anime player
lutgen # LUT generator
texlive.combined.scheme-full # Latex
# Development stuff
nodejs # For compiling JS stuff
@ -45,6 +50,10 @@
BROWSER = "librewolf";
};
home.sessionPath = [
"$HOME/prog/scripts"
];
# Enable man pages, but ensure ~/.manpage isn't created
programs.man.enable = true;
programs.man.generateCaches = false;