From 21128564b11c6da0f28bd4ab17cceea8159b094a Mon Sep 17 00:00:00 2001 From: Kabbone Date: Sat, 8 Oct 2022 16:11:50 +0200 Subject: [PATCH] add some basic programs on laptop --- hosts/laptop/home.nix | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/hosts/laptop/home.nix b/hosts/laptop/home.nix index c55e224..05744ea 100644 --- a/hosts/laptop/home.nix +++ b/hosts/laptop/home.nix @@ -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;