This commit is contained in:
Anthony Cicchetti 2023-12-22 11:11:52 -05:00
parent 634dc3d2d2
commit 7d822831cf
3 changed files with 13 additions and 5 deletions

6
.envrc
View file

@ -2,9 +2,9 @@ if ! has nix_direnv_version || ! nix_direnv_version 2.3.0; then
source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/2.3.0/direnvrc" "sha256-Dmd+j63L84wuzgyjITIfSxSD57Tx7v51DMxVZOsiUD8="
fi
nix_direnv_watch_file devenv.nix
nix_direnv_watch_file devenv.lock
nix_direnv_watch_file devenv.yaml
watch_file devenv.nix
watch_file devenv.lock
watch_file devenv.yaml
if ! use flake . --impure
then
echo "devenv could not be build. The devenv environment was not loaded. Make the necessary changes to devenv.nix and hit enter to try again." >&2

View file

@ -9,7 +9,7 @@
if isLinux
# include gping because of open bug
then [pkgs.zsh pkgs.racket pkgs.gping pkgs.mold]
else [];
else [pkgs.keka];
in {
imports = [
./emacs.nix
@ -29,11 +29,12 @@ in {
clipboard-jh
colima
curl
docker-client
dogdns
erdtree
fd
ffmpeg_6
gawk
gawkInteractive
git-credential-1password
gnugrep
gnused
@ -49,12 +50,17 @@ in {
magic-wormhole-rs
ncdu
ov
parallel
pdm
poetry
ripgrep
rsync
sqlite
tmux
# vscode-fhs
yt-dlp
zenith
# zoom-us
zstd
]
++ systemSpecificPackages;

View file

@ -293,6 +293,8 @@ keybinds clear-defaults=true {
//
pane_frames false
session_serialization false
// Choose the theme that is specified in the themes section.
// Default: default
//