move dev tools
This commit is contained in:
parent
f25ac3e1fb
commit
1dd8b80d42
4 changed files with 18 additions and 11 deletions
9
dev.nix
Normal file
9
dev.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{ pkgs, ... }: {
|
||||
environment.systemPackages = with pkgs; [
|
||||
elf2uf2-rs
|
||||
gcc
|
||||
gdb
|
||||
lldb
|
||||
rustup
|
||||
];
|
||||
}
|
||||
10
flake.nix
10
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
|
||||
];
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue