move dev tools

This commit is contained in:
Tao Tien 2023-07-23 20:21:08 -07:00
parent f25ac3e1fb
commit 1dd8b80d42
4 changed files with 18 additions and 11 deletions

9
dev.nix Normal file
View file

@ -0,0 +1,9 @@
{ pkgs, ... }: {
environment.systemPackages = with pkgs; [
elf2uf2-rs
gcc
gdb
lldb
rustup
];
}

View file

@ -28,9 +28,10 @@
nixos-hw.common-gpu-nvidia-nonprime nixos-hw.common-gpu-nvidia-nonprime
./systems/BASED.nix ./systems/BASED.nix
./systems/NOcomputer.nix ./systems/NOcomputer.nix
./uwuraid.nix
./gaming.nix
./users/tao.nix ./users/tao.nix
./uwuraid.nix
./dev.nix
./gaming.nix
]; ];
NOlaptop = nixosSystem [ NOlaptop = nixosSystem [
({ config, pkgs, ... }: { nixpkgs.overlays = [ overlay-unstable ]; }) ({ config, pkgs, ... }: { nixpkgs.overlays = [ overlay-unstable ]; })
@ -38,9 +39,10 @@
# inputs.nixos-hardware.nixosModules.framework # inputs.nixos-hardware.nixosModules.framework
./systems/BASED.nix ./systems/BASED.nix
./systems/NOlaptop.nix ./systems/NOlaptop.nix
./uwuraid.nix
./gaming.nix
./users/tao.nix ./users/tao.nix
./uwuraid.nix
./dev.nix
./gaming.nix
]; ];
}; };

View file

@ -1,6 +1,6 @@
{ lib, pkgs, modulesPath, ... }: { { lib, pkgs, modulesPath, ... }: {
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
exfatprogs # exfatprogs
appimage-run appimage-run
bat bat
bottom bottom
@ -16,7 +16,7 @@
onlyoffice-bin onlyoffice-bin
ouch ouch
ripgrep-all ripgrep-all
rustup # rustup
skim skim
tree tree
wezterm wezterm

View file

@ -4,18 +4,14 @@
darktable darktable
deluge deluge
discord discord
elf2uf2-rs
# fractal # fractal
gcc
gh gh
gdb
# gnumake # gnumake
# pkg-config # pkg-config
# libftdi # libftdi
# libusb # libusb
keepassxc keepassxc
libsForQt5.kdeconnect-kde libsForQt5.kdeconnect-kde
lldb
# nix-prefetch-scripts # nix-prefetch-scripts
starship starship
tio tio
@ -26,7 +22,7 @@
virt-manager virt-manager
zoxide zoxide
]; ];
virtualisation.libvirtd.enable = true; virtualisation.libvirtd.enable = true;
programs.dconf.enable = true; programs.dconf.enable = true;