Small tweaks for macbook-nixos

This commit is contained in:
Natsu Kagami 2023-04-08 07:54:26 +02:00
parent f21f4ed2d1
commit 7bd9cb16b8
Signed by: nki
GPG key ID: 7306B3D3C3AD6E51
3 changed files with 7 additions and 8 deletions

View file

@ -3,6 +3,8 @@ with lib;
let
cfg = config.linux.graphical;
vscode = with pkgs; if stdenv.isAarch64 then unstable.vscode else unstable.vscode-fhs;
alwaysStartup = with pkgs; [ ];
in
{
@ -32,7 +34,7 @@ in
gnome.cheese # Webcam check
evince # PDF reader
gparted
pkgs.unstable.vscode-fhs
vscode
feh # For images?
deluge # Torrent client
pavucontrol # PulseAudio control panel

View file

@ -382,7 +382,6 @@ in
"cpu"
"memory"
"temperature"
"backlight"
] ++ (
if cfg.enableLaptopBars
then [ "battery" "battery#bat2" ]