Compare commits
No commits in common. "fc52b62427ced389ad03c66152e8a8a0487d1afa" and "4c9ae7b5565fa5f2a4bd1e11e04646e429f30689" have entirely different histories.
fc52b62427
...
4c9ae7b556
@ -17,7 +17,6 @@
|
||||
allow-dirty = true;
|
||||
experimental-features = [ "nix-command" "flakes" "repl-flake" ];
|
||||
builders-use-substitutes = true;
|
||||
extra-platforms = [ "x86_64-darwin" "aarch64-darwin" ];
|
||||
log-lines = 50;
|
||||
|
||||
# https://github.com/NixOS/nix/issues/7273
|
||||
@ -49,11 +48,11 @@
|
||||
findutils
|
||||
gnugrep
|
||||
jq
|
||||
nix-output-monitor
|
||||
ripgrep
|
||||
skhd
|
||||
sshfs
|
||||
wget
|
||||
|
||||
nix-output-monitor
|
||||
];
|
||||
|
||||
variables = {
|
||||
|
@ -12,7 +12,7 @@
|
||||
|
||||
home.packages = with pkgs; [
|
||||
# alacritty
|
||||
emacs-macport
|
||||
emacs
|
||||
iterm2
|
||||
prismlauncher
|
||||
ripes
|
||||
@ -26,9 +26,10 @@
|
||||
pinentry
|
||||
rbw
|
||||
tldr
|
||||
unstable.snicat
|
||||
zellij
|
||||
|
||||
pandoc
|
||||
texlive.combined.scheme-full
|
||||
|
||||
(python311.withPackages (ps: with ps; [
|
||||
pygments
|
||||
|
Loading…
Reference in New Issue
Block a user