machines: aramis: add some additional packages

This commit is contained in:
Bruno BELANYI 2021-05-07 17:34:22 +02:00
parent 0a8effa09f
commit 1bb9367470

View file

@ -1,4 +1,4 @@
{ ... }: { pkgs, ... }:
{ {
my.home = { my.home = {
# Bluetooth GUI & media keys # Bluetooth GUI & media keys
@ -9,6 +9,11 @@
gammastep.enable = true; gammastep.enable = true;
# Use a small popup to enter passwords # Use a small popup to enter passwords
gpg.pinentry = "gtk2"; gpg.pinentry = "gtk2";
# Machine specific packages
packages.additionalPackages = with pkgs; [
pavucontrol # Audio mixer GUI
quasselClient # IRC client
];
# Network-Manager applet # Network-Manager applet
nm-applet.enable = true; nm-applet.enable = true;
# Termite terminal # Termite terminal