cleaned up v1

This commit is contained in:
lsoriano-mcm
2025-06-28 17:56:08 -05:00
parent b7d0583aaf
commit d9128fcf06
8 changed files with 9 additions and 36 deletions
View File
+1
View File
@@ -5,6 +5,7 @@
... ...
}: { }: {
imports = [ imports = [
../../modules/dev.nix
]; ];
# List packages installed in system profile. To search by name, run: # List packages installed in system profile. To search by name, run:
# $ nix-env -qaP | grep wget # $ nix-env -qaP | grep wget
-15
View File
@@ -1,15 +0,0 @@
{pkgs, ...}: {
environment.systemPackages = with pkgs; [
python3
python3Packages.pip
python3Packages.pygobject3
python3Packages.setuptools
python3Packages.wheel
git
p7zip
busybox
tldr
jq
];
}
+5
View File
@@ -0,0 +1,5 @@
{pkgs, ...}: {
environment.systemPackages = with pkgs; [
busybox
];
}
-13
View File
@@ -1,13 +0,0 @@
{pkgs, ...}: {
environment.systemPackages = with pkgs; [
python3
python3Packages.pip
python3Packages.pygobject3
python3Packages.setuptools
python3Packages.wheel
git
p7zip
tldr
jq
];
}
+1 -5
View File
@@ -1,9 +1,5 @@
{pkgs, ...}: { {pkgs, ...}: {
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
python3 python313
python3Packages.pip
python3Packages.pygobject3
python3Packages.setuptools
python3Packages.wheel
]; ];
} }
+1 -1
View File
@@ -2,8 +2,8 @@
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
git git
p7zip p7zip
busybox
tldr tldr
jq jq
btop
]; ];
} }
+1 -2
View File
@@ -4,8 +4,7 @@
... ...
}: { }: {
environment.systemPackages = [ environment.systemPackages = [
# or home.packages inputs.nix-gaming.packages.${pkgs.system}.wine
inputs.nix-gaming.packages.${pkgs.system}.wine # installs a package
pkgs.steam pkgs.steam
pkgs.protonup-qt pkgs.protonup-qt
]; ];