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