More programs for crash
This commit is contained in:
parent
0b933dc9a5
commit
6626767ef2
|
@ -8,12 +8,17 @@
|
||||||
|
|
||||||
{
|
{
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
|
# Communications
|
||||||
webcord-vencord
|
webcord-vencord
|
||||||
spotify
|
|
||||||
protonmail-desktop
|
protonmail-desktop
|
||||||
|
signal-desktop
|
||||||
|
caprine
|
||||||
|
# Media
|
||||||
|
spotify
|
||||||
inputs'.nixpkgs-unstable.legacyPackages.ente-web
|
inputs'.nixpkgs-unstable.legacyPackages.ente-web
|
||||||
protonvpn-gui
|
|
||||||
calibre
|
calibre
|
||||||
|
# Utility
|
||||||
|
protonvpn-gui
|
||||||
];
|
];
|
||||||
|
|
||||||
services.syncthing = {
|
services.syncthing = {
|
||||||
|
|
|
@ -129,8 +129,9 @@
|
||||||
# List packages installed in system profile. To search, run:
|
# List packages installed in system profile. To search, run:
|
||||||
# $ nix search wget
|
# $ nix search wget
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
# vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default.
|
libinput
|
||||||
# wget
|
maliit-keyboard
|
||||||
|
dconf-editor
|
||||||
];
|
];
|
||||||
|
|
||||||
# Some programs need SUID wrappers, can be configured further or are
|
# Some programs need SUID wrappers, can be configured further or are
|
||||||
|
|
Loading…
Reference in a new issue