add more emacs dependencies

This commit is contained in:
ahuston-0 2024-03-28 20:25:14 -04:00 committed by Alice Huston
parent 980e91e17f
commit 7ff3f1b133
4 changed files with 21 additions and 3 deletions

View File

@ -27,6 +27,17 @@
username = "alice"; username = "alice";
homeDirectory = "/home/alice"; homeDirectory = "/home/alice";
packages = with pkgs; [ packages = with pkgs; [
cmake
shellcheck
glslang
gnumake
pipenv
python312
python312Packages.isort
python312Packages.pynose
python312Packages.pytest
shellcheck
ncdu ncdu
# Rust packages # Rust packages

View File

@ -54,7 +54,7 @@
sha256 = "sha256:003qcrsq5g5lggfrpq31gcvj82lb065xvr7bpfa8ddsw8x4dnysk"; sha256 = "sha256:003qcrsq5g5lggfrpq31gcvj82lb065xvr7bpfa8ddsw8x4dnysk";
}) { inherit (pkgs) system; }).fwupd; }) { inherit (pkgs) system; }).fwupd;
services.fprintd.enable = false; #services.fprintd.enable = false;
services.spotifyd = { services.spotifyd = {
enable = true; enable = true;

View File

@ -5,6 +5,12 @@
sops = true; sops = true;
modules = [ modules = [
inputs.nixos-hardware.nixosModules.framework-13-7040-amd inputs.nixos-hardware.nixosModules.framework-13-7040-amd
#({ pkgs, ... }: {
# nixpkgs.overlays = [ inputs.rust-overlay.overlays.default ];
# environment.systemPackages = [ rust-bin.selectLatestNightlyWith (toolchain: toolchain.default.override {
# extensions = [ "rust-src" "miri" "rust-analyzer" ];
# }) ];
#})
{ environment.systemPackages = [ inputs.wired-notify.packages.x86_64-linux.default ]; } { environment.systemPackages = [ inputs.wired-notify.packages.x86_64-linux.default ]; }
]; ];
} }

View File

@ -17,6 +17,7 @@
lsof lsof
lynis lynis
ncdu ncdu
nerdfonts
neofetch neofetch
nix-init nix-init
nix-output-monitor nix-output-monitor
@ -25,12 +26,12 @@
nixpkgs-fmt nixpkgs-fmt
nmap nmap
pciutils pciutils
python3
qrencode qrencode
ripgrep ripgrep
signal-desktop signal-desktop
smartmontools smartmontools
telegram-desktop telegram-desktop
terraform
tig tig
tokei tokei
tree tree
@ -39,5 +40,5 @@
wget wget
zoxide zoxide
zsh-nix-shell zsh-nix-shell
]; ];
} }