mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
added piper and switch to bottom from btop
This commit is contained in:
parent
49e3427837
commit
b8fb9bf27d
1 changed files with 3 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
||||||
{
|
{
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
wget #wget
|
wget #wget
|
||||||
btop #view tasks
|
bottom #view tasks
|
||||||
efibootmgr #efi editor
|
efibootmgr #efi editor
|
||||||
maim #screenshooter
|
maim #screenshooter
|
||||||
#needed utils
|
#needed utils
|
||||||
|
|
@ -39,6 +39,8 @@ environment.systemPackages = with pkgs; [
|
||||||
exa #ls replacement
|
exa #ls replacement
|
||||||
cava #pretty audio
|
cava #pretty audio
|
||||||
neofetch
|
neofetch
|
||||||
|
piper # mouse configuration
|
||||||
|
libratbag
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue