mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-21 15:53:55 -05:00
common/pkgs: install htop
This commit is contained in:
parent
9bdfcf8d74
commit
4a56e272d7
|
@ -1,7 +1,8 @@
|
|||
{
|
||||
pkgs,
|
||||
self,
|
||||
...
|
||||
}: {
|
||||
environment.systemPackages = with pkgs; [git inxi python3];
|
||||
{pkgs, ...}: {
|
||||
environment.systemPackages = with pkgs; [
|
||||
git
|
||||
htop
|
||||
inxi
|
||||
python3
|
||||
];
|
||||
}
|
||||
|
|
|
@ -38,7 +38,6 @@
|
|||
|
||||
environment.variables.GDK_SCALE = "1.5";
|
||||
networking.hostName = "lavaridge";
|
||||
|
||||
programs.firefox.policies.Preferences."media.ffmpeg.vaapi.enabled" = lib.mkForce false;
|
||||
system.stateVersion = "24.05";
|
||||
|
||||
|
|
Loading…
Reference in a new issue