mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 08:53:56 -05:00
cleaned up packages.nix
This commit is contained in:
parent
e1d4cb64c2
commit
2f04dc0e23
1 changed files with 14 additions and 13 deletions
|
|
@ -1,14 +1,15 @@
|
||||||
{pkgs, ...}: {
|
{
|
||||||
environment = {
|
pkgs,
|
||||||
defaultPackages = []; #don't install anything by default
|
lib,
|
||||||
systemPackages = [
|
...
|
||||||
pkgs.efibootmgr #efi editor
|
}: {
|
||||||
pkgs.pciutils #lspci
|
environment.defaultPackages = lib.mkForce [
|
||||||
pkgs.alsa-utils #volume control
|
pkgs.efibootmgr #efi editor
|
||||||
pkgs.xclip #commandline clipboard access
|
pkgs.pciutils #lspci
|
||||||
pkgs.bottom #view tasks
|
pkgs.alsa-utils #volume control
|
||||||
pkgs.nix-tree #view packages
|
pkgs.xclip #commandline clipboard access
|
||||||
pkgs.nix-output-monitor
|
pkgs.bottom #view tasks
|
||||||
];
|
pkgs.nix-tree #view packages
|
||||||
};
|
pkgs.nix-output-monitor #nom nom nom nom];
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue