mirror of
https://github.com/tuxdotrs/nix-config.git
synced 2026-05-07 02:16:33 +05:30
refactor: packages
This commit is contained in:
@@ -2,6 +2,15 @@
|
||||
flake.modules.homeManager.shell =
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
home.packages = with pkgs; [ unzip ];
|
||||
home.packages = with pkgs; [
|
||||
systemctl-tui
|
||||
zip
|
||||
unzip
|
||||
pciutils
|
||||
usbutils
|
||||
jq
|
||||
dig
|
||||
lsof
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -21,6 +21,8 @@
|
||||
packages = with pkgs; [
|
||||
python3
|
||||
nodejs
|
||||
bun
|
||||
pnpm
|
||||
go
|
||||
rustup
|
||||
typescript
|
||||
|
||||
@@ -103,10 +103,8 @@
|
||||
# --- Packages ---
|
||||
environment.systemPackages = with pkgs; [
|
||||
discord
|
||||
pciutils
|
||||
brave
|
||||
zed-editor
|
||||
usbutils
|
||||
];
|
||||
|
||||
# !!! DO NOT CHANGE THIS !!!
|
||||
|
||||
Reference in New Issue
Block a user