From 7ff3f1b133e8678ae17b8787c7b4b5fecb4f5668 Mon Sep 17 00:00:00 2001 From: ahuston-0 Date: Thu, 28 Mar 2024 20:25:14 -0400 Subject: [PATCH] add more emacs dependencies --- users/alice/home.nix | 11 +++++++++++ users/alice/systems/artemision/configuration.nix | 2 +- users/alice/systems/artemision/default.nix | 6 ++++++ users/alice/systems/artemision/programs.nix | 5 +++-- 4 files changed, 21 insertions(+), 3 deletions(-) diff --git a/users/alice/home.nix b/users/alice/home.nix index 2e90fd1..0dacebc 100644 --- a/users/alice/home.nix +++ b/users/alice/home.nix @@ -27,6 +27,17 @@ username = "alice"; homeDirectory = "/home/alice"; packages = with pkgs; [ + cmake + shellcheck + glslang + gnumake + pipenv + python312 + python312Packages.isort + python312Packages.pynose + python312Packages.pytest + shellcheck + ncdu # Rust packages diff --git a/users/alice/systems/artemision/configuration.nix b/users/alice/systems/artemision/configuration.nix index c72f321..61820d6 100644 --- a/users/alice/systems/artemision/configuration.nix +++ b/users/alice/systems/artemision/configuration.nix @@ -54,7 +54,7 @@ sha256 = "sha256:003qcrsq5g5lggfrpq31gcvj82lb065xvr7bpfa8ddsw8x4dnysk"; }) { inherit (pkgs) system; }).fwupd; - services.fprintd.enable = false; + #services.fprintd.enable = false; services.spotifyd = { enable = true; diff --git a/users/alice/systems/artemision/default.nix b/users/alice/systems/artemision/default.nix index d392633..93e044d 100644 --- a/users/alice/systems/artemision/default.nix +++ b/users/alice/systems/artemision/default.nix @@ -5,6 +5,12 @@ sops = true; modules = [ 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 ]; } ]; } diff --git a/users/alice/systems/artemision/programs.nix b/users/alice/systems/artemision/programs.nix index c70226c..2a4fe82 100644 --- a/users/alice/systems/artemision/programs.nix +++ b/users/alice/systems/artemision/programs.nix @@ -17,6 +17,7 @@ lsof lynis ncdu + nerdfonts neofetch nix-init nix-output-monitor @@ -25,12 +26,12 @@ nixpkgs-fmt nmap pciutils - python3 qrencode ripgrep signal-desktop smartmontools telegram-desktop + terraform tig tokei tree @@ -39,5 +40,5 @@ wget zoxide zsh-nix-shell - ]; + ]; }