move btop to linux-specific defs

This commit is contained in:
Cyryl Płotnicki 2022-04-22 08:33:44 +01:00
parent 901ebcc4bc
commit 5cd81297b8
No known key found for this signature in database
GPG key ID: 534222210FE423ED
3 changed files with 26 additions and 21 deletions

View file

@ -59,7 +59,9 @@
{
home-manager.useGlobalPkgs = true;
home-manager.useUserPackages = true;
home-manager.users.cyryl = { imports = [ ./nixos/home-manager ]; };
home-manager.users.cyryl = {
imports = [ ./nixos/home-manager ];
};
}
];
@ -72,7 +74,10 @@
{
home-manager.useGlobalPkgs = true;
home-manager.useUserPackages = true;
home-manager.users.cyryl = { imports = [ ./nixos/home-manager ]; };
home-manager.users.cyryl = {
imports = [ ./nixos/home-manager ];
_module.args.inputs = inputs;
};
}
];

View file

@ -12,7 +12,6 @@
binutils
bitwarden-cli
bottom
btop
curl
dnsutils
docker-compose

View file

@ -5,6 +5,7 @@
};
home.packages = with pkgs; [
atop
btop
btrfs-progs
glibcLocales
lm_sensors