From 1dd8b80d428bfb77cac61df4666c4c7c84128e48 Mon Sep 17 00:00:00 2001 From: Tao Tien <29749622+taotien@users.noreply.github.com> Date: Sun, 23 Jul 2023 20:21:08 -0700 Subject: [PATCH] move dev tools --- dev.nix | 9 +++++++++ flake.nix | 10 ++++++---- systems/BASED.nix | 4 ++-- users/tao.nix | 6 +----- 4 files changed, 18 insertions(+), 11 deletions(-) create mode 100644 dev.nix diff --git a/dev.nix b/dev.nix new file mode 100644 index 0000000..3938447 --- /dev/null +++ b/dev.nix @@ -0,0 +1,9 @@ +{ pkgs, ... }: { + environment.systemPackages = with pkgs; [ + elf2uf2-rs + gcc + gdb + lldb + rustup + ]; +} diff --git a/flake.nix b/flake.nix index ed79c83..0a88cee 100644 --- a/flake.nix +++ b/flake.nix @@ -28,9 +28,10 @@ nixos-hw.common-gpu-nvidia-nonprime ./systems/BASED.nix ./systems/NOcomputer.nix - ./uwuraid.nix - ./gaming.nix ./users/tao.nix + ./uwuraid.nix + ./dev.nix + ./gaming.nix ]; NOlaptop = nixosSystem [ ({ config, pkgs, ... }: { nixpkgs.overlays = [ overlay-unstable ]; }) @@ -38,9 +39,10 @@ # inputs.nixos-hardware.nixosModules.framework ./systems/BASED.nix ./systems/NOlaptop.nix - ./uwuraid.nix - ./gaming.nix ./users/tao.nix + ./uwuraid.nix + ./dev.nix + ./gaming.nix ]; }; diff --git a/systems/BASED.nix b/systems/BASED.nix index 777954c..39c867b 100644 --- a/systems/BASED.nix +++ b/systems/BASED.nix @@ -1,6 +1,6 @@ { lib, pkgs, modulesPath, ... }: { environment.systemPackages = with pkgs; [ - exfatprogs + # exfatprogs appimage-run bat bottom @@ -16,7 +16,7 @@ onlyoffice-bin ouch ripgrep-all - rustup + # rustup skim tree wezterm diff --git a/users/tao.nix b/users/tao.nix index 7f096a3..2889e69 100644 --- a/users/tao.nix +++ b/users/tao.nix @@ -4,18 +4,14 @@ darktable deluge discord - elf2uf2-rs # fractal - gcc gh - gdb # gnumake # pkg-config # libftdi # libusb keepassxc libsForQt5.kdeconnect-kde - lldb # nix-prefetch-scripts starship tio @@ -26,7 +22,7 @@ virt-manager zoxide ]; - + virtualisation.libvirtd.enable = true; programs.dconf.enable = true;