✨ update which packages
This commit is contained in:
parent
945b689b68
commit
cbca1f941e
1 changed files with 7 additions and 4 deletions
|
|
@ -88,8 +88,11 @@
|
||||||
description = "dth";
|
description = "dth";
|
||||||
extraGroups = [ "networkmanager" "wheel" ];
|
extraGroups = [ "networkmanager" "wheel" ];
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
kate
|
vlc # video player
|
||||||
# thunderbird
|
kate # editor
|
||||||
|
ripgrep # faster grep
|
||||||
|
|
||||||
|
# thunderbird # bloat
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
@ -121,8 +124,8 @@
|
||||||
pkgs.thunderbird # email / calendar
|
pkgs.thunderbird # email / calendar
|
||||||
pkgs.telegram-desktop # instant messager
|
pkgs.telegram-desktop # instant messager
|
||||||
|
|
||||||
pkgs.gimp # image editor
|
# pkgs.gimp # image editor
|
||||||
pkgs.libsForQt5.kdenlive # video editor
|
# pkgs.libsForQt5.kdenlive # video editor
|
||||||
|
|
||||||
|
|
||||||
pkgs.pyenv # python environment manager
|
pkgs.pyenv # python environment manager
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue