add some basic programs on laptop

This commit is contained in:
Kabbone 2022-10-08 16:11:50 +02:00
parent d40bc70e7a
commit 21128564b1
Signed by: Kabbone
SSH Key Fingerprint: SHA256:A5zPB5I6u5V78V51c362BBdCwhDhfDUVbt7NfKdjWBY

View File

@ -22,7 +22,12 @@
home = { # Specific packages for laptop
packages = with pkgs; [
# Applications
#libreoffice # Office packages
libreoffice # Office packages
firefox
chromium
thunderbird
streamlink-twitch-gui-bin
element-desktop
# Display
light # xorg.xbacklight not supported. Other option is just use xrandr.
@ -38,7 +43,7 @@
};
services = { # Applets
blueman-applet.enable = true; # Bluetooth
blueman-applet.enable = true; # Bluetooth
network-manager-applet.enable = true; # Network
cbatticon = {
enable = true;