Updates
This commit is contained in:
parent
634dc3d2d2
commit
7d822831cf
3 changed files with 13 additions and 5 deletions
6
.envrc
6
.envrc
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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
|
||||
//
|
||||
|
|
Loading…
Add table
Reference in a new issue