add more emacs dependencies
This commit is contained in:
parent
980e91e17f
commit
7ff3f1b133
@ -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
|
||||||
|
@ -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;
|
||||||
|
@ -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 ]; }
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user