📦️ package updates - emacs29, nil, etc
This commit is contained in:
parent
5f668bee6d
commit
e1871a2030
@ -141,9 +141,9 @@
|
|||||||
darwin-local
|
darwin-local
|
||||||
deploy-rs.packages.${system}.deploy-rs
|
deploy-rs.packages.${system}.deploy-rs
|
||||||
deadnix
|
deadnix
|
||||||
|
nil
|
||||||
nixpkgs-fmt
|
nixpkgs-fmt
|
||||||
statix
|
statix
|
||||||
rnix-lsp
|
|
||||||
sops
|
sops
|
||||||
];
|
];
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
{ pkgs, ... }:
|
{ ... }:
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./homebrew.nix
|
./homebrew.nix
|
||||||
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
# List packages installed in system profile. To search by name, run:
|
# List packages installed in system profile. To search by name, run:
|
||||||
# $ nix-env -qaP | grep wget
|
# $ nix-env -qaP | grep wget
|
||||||
environment.systemPackages = with pkgs; [ emacs-nox ];
|
# environment.systemPackages = with pkgs; [ emacs-nox ];
|
||||||
|
|
||||||
# Use a custom configuration.nix location.
|
# Use a custom configuration.nix location.
|
||||||
# $ darwin-rebuild switch -I darwin-config=$HOME/.config/nixpkgs/darwin/configuration.nix
|
# $ darwin-rebuild switch -I darwin-config=$HOME/.config/nixpkgs/darwin/configuration.nix
|
||||||
|
@ -35,6 +35,7 @@ _:
|
|||||||
"hazel"
|
"hazel"
|
||||||
"iterm2"
|
"iterm2"
|
||||||
"logi-options-plus"
|
"logi-options-plus"
|
||||||
|
"logitech-camera-settings"
|
||||||
"logseq"
|
"logseq"
|
||||||
"loom"
|
"loom"
|
||||||
"microsoft-edge"
|
"microsoft-edge"
|
||||||
|
@ -2,11 +2,10 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
emacs
|
emacs29
|
||||||
|
|
||||||
# Cloud
|
# Cloud
|
||||||
awscli2
|
awscli2
|
||||||
pulumi-bin
|
|
||||||
|
|
||||||
# Elixir
|
# Elixir
|
||||||
elixir
|
elixir
|
||||||
@ -23,10 +22,10 @@
|
|||||||
|
|
||||||
# Nix
|
# Nix
|
||||||
cachix
|
cachix
|
||||||
|
nil
|
||||||
niv
|
niv
|
||||||
nixfmt
|
nixfmt
|
||||||
nixpkgs-fmt
|
nixpkgs-fmt
|
||||||
rnix-lsp
|
|
||||||
|
|
||||||
# Node/JS
|
# Node/JS
|
||||||
deno
|
deno
|
||||||
|
Loading…
x
Reference in New Issue
Block a user