Skip to content

Commit

Permalink
Update flake, downgrade python
Browse files Browse the repository at this point in the history
  • Loading branch information
dustinlyons committed Nov 8, 2024
1 parent cd85e89 commit db5a85e
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 29 deletions.
48 changes: 24 additions & 24 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions modules/shared/home-manager.nix
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,6 @@ let name = "Dustin Lyons";
# PHP Deployer
alias deploy='dep deploy'
alias watch="tmux new-session -d -s watch-session 'bash ./bin/watch.sh'"
alias unwatch='tmux kill-session -t watch-session'
# Use difftastic, syntax-aware diffing
alias diff=difft
Expand Down Expand Up @@ -330,6 +327,9 @@ let name = "Dustin Lyons";
escapeTime = 10;
historyLimit = 50000;
extraConfig = ''
# Default shell
set-option -g default-shell /run/current-system/sw/bin/zsh
# Remove Vim mode delays
set -g focus-events on
Expand Down
4 changes: 2 additions & 2 deletions modules/shared/packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,6 @@ with pkgs; [

# Python packages
black
python39
python39Packages.virtualenv
python3
virtualenv
]

0 comments on commit db5a85e

Please sign in to comment.