add some basic programs on laptop
This commit is contained in:
parent
d40bc70e7a
commit
21128564b1
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user