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=" source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/2.3.0/direnvrc" "sha256-Dmd+j63L84wuzgyjITIfSxSD57Tx7v51DMxVZOsiUD8="
fi fi
nix_direnv_watch_file devenv.nix watch_file devenv.nix
nix_direnv_watch_file devenv.lock watch_file devenv.lock
nix_direnv_watch_file devenv.yaml watch_file devenv.yaml
if ! use flake . --impure if ! use flake . --impure
then 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 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 if isLinux
# include gping because of open bug # include gping because of open bug
then [pkgs.zsh pkgs.racket pkgs.gping pkgs.mold] then [pkgs.zsh pkgs.racket pkgs.gping pkgs.mold]
else []; else [pkgs.keka];
in { in {
imports = [ imports = [
./emacs.nix ./emacs.nix
@ -29,11 +29,12 @@ in {
clipboard-jh clipboard-jh
colima colima
curl curl
docker-client
dogdns dogdns
erdtree erdtree
fd fd
ffmpeg_6 ffmpeg_6
gawk gawkInteractive
git-credential-1password git-credential-1password
gnugrep gnugrep
gnused gnused
@ -49,12 +50,17 @@ in {
magic-wormhole-rs magic-wormhole-rs
ncdu ncdu
ov ov
parallel
pdm pdm
poetry poetry
ripgrep ripgrep
rsync rsync
sqlite sqlite
tmux
# vscode-fhs
yt-dlp yt-dlp
zenith
# zoom-us
zstd zstd
] ]
++ systemSpecificPackages; ++ systemSpecificPackages;

View file

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