up
This commit is contained in:
parent
aaf916de75
commit
b104bba6f2
6 changed files with 11 additions and 12 deletions
|
@ -4,16 +4,16 @@ let
|
|||
unstable = import <nixos-unstable> { };
|
||||
in {
|
||||
|
||||
services.emacs.package = pkgs.emacs29-pgtk;
|
||||
services.emacs.package = pkgs.emacs-pgtk;
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
gnumake
|
||||
go
|
||||
phpactor
|
||||
rustup
|
||||
shellcheck
|
||||
unstable.golangci-lint
|
||||
unstable.gopls
|
||||
unstable.rust-analyzer
|
||||
|
||||
(python311.withPackages
|
||||
(python-packages: with python-packages; [
|
||||
|
@ -30,7 +30,7 @@ in {
|
|||
musl
|
||||
|
||||
dbeaver-bin
|
||||
emacs29-pgtk
|
||||
emacs-pgtk
|
||||
gitAndTools.delta
|
||||
lazygit
|
||||
ltrace
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue