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 =
|
flake.modules.homeManager.shell =
|
||||||
{ pkgs, ... }:
|
{ 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; [
|
packages = with pkgs; [
|
||||||
python3
|
python3
|
||||||
nodejs
|
nodejs
|
||||||
|
bun
|
||||||
|
pnpm
|
||||||
go
|
go
|
||||||
rustup
|
rustup
|
||||||
typescript
|
typescript
|
||||||
|
|||||||
@@ -103,10 +103,8 @@
|
|||||||
# --- Packages ---
|
# --- Packages ---
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
discord
|
discord
|
||||||
pciutils
|
|
||||||
brave
|
brave
|
||||||
zed-editor
|
zed-editor
|
||||||
usbutils
|
|
||||||
];
|
];
|
||||||
|
|
||||||
# !!! DO NOT CHANGE THIS !!!
|
# !!! DO NOT CHANGE THIS !!!
|
||||||
|
|||||||
Reference in New Issue
Block a user